@charset "utf-8";
/* CSS Document */

/* CRITÉRIOS */
.RtySchMain{
    height: 100%;
    position: relative;
    width: 1000px;
    min-height: 400px;
    margin: 0px auto;
    background-color: #fff;
    padding-top: 0px;
    display: table;
    padding-bottom: 30px;
    margin-top: 30px;
}

.RtySchCrt{
    position: relative;
    width: 100%;
    display: table;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    z-index: 1001;
    background-color: #f3f3f3;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.RtySchCrtPrincipal{
    width: 1000px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.RtySchCrtPrincipalOnchange{
    float: left;
    display: table;
    width: 625px;
    position: relative;
}

.RtySchCrtTransacao {
  position: relative;
  float: left;
}

.RtySchCrtTransacaoItem {
  box-sizing: border-box;
  position: relative;
  width: 105px;
  display: inline-block;
}

.RtySchCrtTransacaoItem input{
  display:none;
}

.RtySchCrtTransacaoItem  + .RtySchCrtTransacaoItem {
  margin-left: -1px;
}

.RtySchCrtTransacaoItem  + .RtySchCrtTransacaoItem label {
  margin-left: 0px;
  border-radius: 0px 5px 5px 0px;
}

.RtySchCrtTransacaoItem label {
  bottom: 0px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: #666;
  padding: 11px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.RtySchCrtTransacaoItem input:checked + label {
    background-color: #ff0000;
    color: #fff;
    border:none;
    padding: 12px;
}

.RtySchCrtCategorias{
    position: relative;
    float: left;
    margin-left: 5px;
}

#fieldCategorias{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 204px;
	height: 42px;
	text-indent: 13px;
	background-color: #fff;
}

.RtySchCrtTipos{
    position: relative;
    float: left;
    margin-left: 5px;
}

#fieldTipos{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 201px;
	height: 42px;
	text-indent: 13px;
	background-color: #fff;
}

.RtySchCrtLocal{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5px;
}

#fieldEstados{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 104px;
	height: 42px;
	text-indent: 13px;
	background-color: #fff;
}

#fieldCidades{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px;
	border: 1px solid #ccc;
	color: #666;
	width: 100%;
	padding-right: 50px;
	font-size: 12px;
	padding-left: 11px;
}

.autocomplete-items {
  	position: absolute;
    border: 1px solid #d4d4d4;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin: 4px 2px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 12px;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.pac-container {
	font-family: Arial;
	z-index:1002;
}

#RtySchCrtBairro{
    float: left;
    position: relative;
    margin: 5px 0px 0px -42px;
}

#fieldBairro{
    width: 42px;
    height: 42px;
    webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    background-image: url(../img/fieldBairroHome.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
    border: 0px;
    border-left: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
    display: block;
}

#fieldBairro:hover:after{
    background: rgb(224, 171, 1);
    background: #dfab01;
    border-radius: 5px;
    bottom: 45px;
    color: #333;
    content: "Selecione mais regiões";
    left: 50%;
    margin-left:-140px;
    padding: 5px 5px;
    position: absolute;
    z-index: 98;
    width: 150px;
    font-size:10px;
    font-weight:bold;
}

#fieldBairro:Hover{
	background-color: #ff0000;
	background-image: url(../img/fieldBairroHomeOver.png);
	opacity: 1;
}

#fieldBairros{
    background: #f3f3f3;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #666;
    padding: 12.5px 15px 12.5px 15px;
    text-align: center;
    border: 1px solid #ddd;
    width: 161px;
    margin-left: 1px;
    position: relative;
    float: left;
    border-radius: 0 4px 4px 0;
}


#RtyDivBairrosBack
{
	z-index: 900000000000;
	background-color:	#000000;
	opacity: 			0.6;
	width:				100%;
	height:				100%;
	top:0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#RtyDivBairros
{
	position: fixed;
	z-index: 900000000000;
	overflow:			auto;
	background-color:	#FFFFFF;
	width: 980px;
	left:				50%;
	margin-left:		-500px;
	height: 500px;
	top:				50%;
	margin-top:			-250px;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.RtyDivBairrosMain{
    position: relative;
    width: 100%;
    height: 362px;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
}

.RtyDivBairrosScroll{
    position: relative;display: block;
}

#RegiaoMain{
    margin: 15px;
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
}

#RtyDivBairros h4{
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 5px;
    text-align: left;
    margin: 0px;
    width: max-content;
    margin-bottom: 10px;
}

#RtyDivBairros h4 input{
    float: right;
    margin: 5px;
    margin-left: 10px;
}

.RtyBai{
    width: 33%;
    font-size: 9px;
    padding: 2px;
    display: inline-block;
}

.RtyBaiItem{
    font-size: 11px;
}

#RtyDivBairros h2 {
    margin: 0px 0px 20px;
    font-size: 16px;
    color: #666;
    padding-bottom: 0px;
}

#RtyDivBairros h2 strong {
    margin: 0px 0px 20px;
    font-size: 20px;
    color: #ff0000;
    padding-bottom: 20px;
}


#RtyDivBairrosFechar{
	position:absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 0px;
	background-image: url("../img/RtyDivBairrosFechar.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	cursor: pointer;
}

#RtyDivBairrosLimpar{
	position: absolute;
	right: 85px;
	bottom: 29px;
	font-size: 14px;
	padding: 9px;
	cursor: pointer;
	color: #ff0000;
}

#RtyDivBairrosLimpar:hover{
	color: #ff0000;
}

#RtyDivBairrosOk{
	background-color: #ff0000;
	float:right;
	color: #fff;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}

#RtyDivBairrosOk:hover{
	background-color: #ff0000;
}

.RtySchCrtBotoes{
    width: 1000px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    display: table;
}

.RtySchCrtAvancados{
    position: relative;
    font-size: 13px;
    color: #fff;
    cursor:pointer;
    display: block;
    text-align: center;
    z-index: 1;
    background-color: #ff0000;
    border-radius: 0px 0px 10px 10px;
    padding: 5px;
}

.RtySchCrtAvancados span{
	background-image: url("http://www.apprise.com.br/webdesenvolvimento/czr/img/BuscaCompletaSelectAbreB.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 128px 11px;
	padding: 5px 20px 6px 10px;
	width: 150px;
	display: block;
	margin: 0px auto;
}

.RtySchCrtPesquisar{
    color:#fff;
    display: block;
    position: relative;
    background-color: #ff0000;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 15px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor:pointer;
    text-align: center;
    float: left;
    margin-left: 5px;
    font-size: 0px;
    background-image: url(../img/pesquisar.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 46px;
    background-position: center;
    background-size: 20px;
}
.RtySchCrtPesquisar:hover{
	background-color: #ff0000 !important;
}

.RtySchRefMain{
	position: relative;
	display: inline-table;
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	height: 90px;
}

.RtySchRefMain h2{
    color: #ff0000;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 5px 0px 10px;
}

.RtySchRef{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 11px;
	border: 1px solid #ccc;
	color: #666;
	width: 250px;
	padding-right: 40px;
	float: left;
	font-size: 12px;
}

.RtySchRefPesquisar{
	color: #fff;
	display: block;
	font-size: 0px;
	background-image: url(../img/pesquisar.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	position: relative;
	background-color: #ff0000;
	float: left;
	margin-left: -42px;
	cursor: pointer;
	background-position: center;
	background-size: 20px;
	webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.RtySchRefPesquisar:hover{
	background-color: #ff0000;
}

.RtySchCrtAvc{
	width: 100%;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 0;
	text-align: center;
	border-top: 1px solid #ddd;
	z-index: 0;
}

.RtySchCrtAvc .RtySchCrtPesquisar{
    color: #fff;
    display: block;
    position: relative;
    background-color: #ff0000;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 15px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    float: none;
    margin-left: 0px;
    font-size: 13px;
    background-image: none;
    width: 200px;
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 10px;
}


.RtySchCrtPorCategoria{
    width: 1000px;
    text-align: center;
    margin: 0px auto 10px;
    display: table;
}

.RtySchCrtPorCategoria a{
	text-decoration: none;
	color: #666;
	display: block !important;
	cursor: pointer;
	font-size: 13px;
	line-height: 13px;
	margin: 0px !important;
}

.RtySchCrtPorCategoria a:hover{
	text-decoration: none;
}

#RtySchCrtPrc, #RtySchCrtDrm, #RtySchCrtSui, #RtySchCrtSla, #RtySchCrtGar, #RtySchCrtAru, #RtySchCrtAtr, #RtySchCrtArt{
	position:relative;
	margin: 20px 0px 0px;
	height: 130px;
	display: inline-table;
	padding: 0px 15px;
	font-size: 14px;
	text-transform: uppercase;
	border-left: 1px solid #ddd;
	height: 125px;
}

#RtySchCrtAru, #RtySchCrtAtr, #RtySchCrtArt{
	display:none !important;
	
}

#RtySchCrtPrc{
	border-left: 0px;
}

#RtySchCrtDrm, #RtySchCrtSui, #RtySchCrtSla, #RtySchCrtGar{
	width: 240px;
}

#RtySchCrtBuscaAvancada{
	position: relative;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	z-index: 1000;
}

.RtySchCrtPorCategoriaLine{
    margin: 0px !important;
    display: block !important;
}

.RtySchCriteriosPorCategoriaItens {
  list-style: none;
  margin: 15px 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.RtySchCriteriosPorCategoriaItens:after {
  content: "";
  clear: both;
}

.RtySchCriteriosTransacao input:checked + label {
  background-color: #02aace;
  color: #fff;
  border: 1px solid #02aace;
}

.RtySchCriteriosPorCategoriaItens li {
  box-sizing: border-box;
  height: 34.5px;
  position: relative;
  width: 34.5px;
  display: inline-block;
}

.RtySchCriteriosPorCategoriaItens li input{
  display:none;
}

.RtySchCriteriosPorCategoriaItens li label {
  background: #fff no-repeat center center;
  /* bottom: 0px; */
  cursor: pointer;
  display: block;
  font-size: 14px;
  left: 0px;
  right: 0px;
  top: 0px;
  white-space: nowrap;
  color: #666;
  padding: 9px;
  text-align: center;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 20px;
  width: 34.5px;
  height: 34.5px;
}

.RtySchCriteriosPorCategoriaItens li input:checked + label {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}

#RtySchCrtBuscaAvancada select{
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    width: 110px;
    margin: 10px 2px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 13px;
}

.RtySchCrtPrcIcon{
    padding: 5px 15px 5px 15px;
    width: 165px;
    margin: 0px auto 5px;
    color: #666;
    font-size: 14px;
}

.RtySchCrtDrmIcon{
    padding: 15px 0px 15px 0px;
    width: 100px;
    margin: 0px auto 5px;
    color: #666;
}

.RtySchCrtSuiIcon{
    padding: 15px 0px 15px 0px;
    width: 80px;
    margin: 0px auto 5px;
    color: #666;
}

.RtySchCrtGarIcon{
    width: 80px;
    margin: 0px auto 5px;
    color: #666;
    padding: 15px 0px 15px 0px;
}

.RtySchCrtAreIcon{
    padding: 5px 0px 5px 0px;
    width: 190px;
    margin: 0px auto 10px;
    color: #666;
}

.RtySchCrtSlaIcon{
    padding: 15px 0px 15px 0px;
    width: 90px;
    margin: 0px auto;
    color: #666;
}

.RtySchCrtPorCategoria seta{
	background-image: url("../img/BuscaCompletaSelectAbre.png");
	width: 9px;
	height: 9px;
	background-size: 100%;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 22px;
}

/* RESULTADOS */

#RtySchRes {
	position: relative;
	padding: 0;
	width: 100%;
	margin-top: 30px;
}
#RtySchLista {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.RtySchListaScroll {
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.RtySchListaScroll::-webkit-scrollbar-track {
	background: #fff;
	margin:10px 0px;
    
}
.RtySchListaScroll::-webkit-scrollbar {
    width: 10px;
    
}
.RtySchListaScroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius:20px;
}

#RtySchMap {
	float: left;
	min-height: 100%;
	min-width:25%;
	width: 25%;
	max-width:75%;
	background-color: #f3f3f3;
	height:100%;
	overflow: hidden;
	display: none;
}

#map {
    height: 100%;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 50px;
    right: -23px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    border-radius: 100px;
    border: 1px solid #ddd;
    opacity: 0.2;
    background-image: url(../img/setas.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #fff;
}

.ui-resizable-e:hover {
	opacity: 1;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
	display:none !important;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
	display:none !important;
}

.gm-bundled-control-on-bottom{top: 10px !important;right: 30px !important;bottom: initial !important; opacity: 0.5;}

.gm-bundled-control-on-bottom:hover{opacity: 0.9;}

/*RESULTADOS*/

.RtySchHeader{
    width: 49%;
    text-align: center;
    min-width: 330px;
    display: inline-block;
}

.RtySchHeaderMensagem{
    margin: 0px auto;
    padding: 20px;
    font-size: 14px;
    float: left;
    text-align: left;
}
.RtySchHeaderMensagemQtd{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: -3px;
    color: #ff0000;
}

.RtySchHeaderMensagemQtd strong{
    font-size: 25px;
}
.RtySchHeaderMensagemCtr{
    line-height: 14px;
    font-size: 13px;
}

.RtySchHeaderBtn{
    margin: 0px auto;
    padding: 10px;
    font-size: 14px;
    height: 59px;
    width: 115px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.RtySchFvr{
    background-image: url(../img/Favoritos.png);
    background-repeat: no-repeat;
    text-decoration: none;
    color: #666;
    padding: 20px 5px 20px 50px;
    top: 15px;
    position: relative;
    line-height: 14px;
    text-align: left;
    background-position: 16px;
    float: left;
    border-left: 1px solid #ddd;
    font-size: 14px;
}

.RtySchFvr:hover{
	font-weight: bold;
	background-image: url(../img/FavoritosAdicionado.png);
}

#RtySchCrtPermuta {padding: 7px 0px;float: right;height: 64px;display: none;}

#RtySchCrtPermutaCheckbox {top: 13px;position: relative;}


#RtySchCrtPermutaCheckbox label {
    display: block;
    cursor: pointer;
    position: relative;
    background-image: url("../img/permuta.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 5px;
    padding: 0px 10px 0px 40px;
    font-size: 13px;
    width: 130px;
    line-height: 13px;
    color: #999;
    text-align: left;
}

#RtySchCrtPermutaCheckbox input[type=checkbox] {
    visibility: hidden;
    display: none;
}

#RtySchCrtPermutaCheckbox input[type=checkbox]:checked + label {
	background-image: url("../img/PermutaHabilitado.png");
	color:#ec2028;
}  

.RtySchResFuncoes{
    width: 49%;
    min-width: 350px;
    display: inline-block;
}

#RtySchResHeaderOrdem{
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    float: right;
    top: 0px;
    position: relative;
}

.RtySchResHeaderOrdemTexto{
    float: left;
    padding: 9px;
}

#RtySchResHeaderOrdemSelect{
    webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 195px;
	height: 44px;
	text-indent: 13px;
	background-color: #fff;
}


.RtySchResGrid{
    position: relative;
    width: 100%;
    display: table;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

#RtySchResBody{position: relative;display: table;margin: 0px;text-align: center;width: 100%;}

#RtySchResBodyVazio{padding: 20px;text-align: left;display: inline-grid;text-transform: uppercase;background-image: url(../img/RtySchResBodyVazio.png);background-repeat: no-repeat;background-position: 0px;padding-left: 45px;}

#RtySchResBodyVazio i{
    display: inline-block;
    font-size: 14px;
    text-transform: initial;
}

#RtySchResBodyItem{
    width: 280px;
    margin: 10px;
    padding: 0px;
    background-color: #fff;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
}

#RtySchResBodyItem a{
	text-decoration:none;
	color:#666;
}

.RtySchResBodyItem{
    width: 100%;
    padding: 0px;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    height: 302px;
}

.RtySchResBodyItem a{
	text-decoration:none;
	color:#666;
}

.RtySchResBodyItem:hover{
	border: 1px solid #999;
	background-color: #f3f3f3;
}

.RtySchResBodyItem:hover .RtySchResBodyItemValores{
	background-color: #ff0000;
	color: #fff;
}


.RtySchResBodyItemFotos{
    position: relative;
    float: left;
    height: 300px;
    display: flex;
    align-items: center;
    width: 400px;
    text-align: center;
    border-right: 1px solid #ddd;
    background-color: #000;
}

.RtySchResBodyItemFoto{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.RtySchResBodyItemFotosNavPrev, .RtySchResBodyItemFotosNavNext{
    position: absolute;
    font-size: 0px;
    z-index: 10000;
    height: 30px;
    width: 20px;
    opacity: 0.5;
    top: 50%;
    background-size: 100%;
    margin-top: -15px;
}

.RtySchResBodyItemFotosNavPrev:hover, .RtySchResBodyItemFotosNavNext:hover{
    opacity: 1;
}

.RtySchResBodyItemFotosNavPrev{
    background-image: url(../img/FichaSetaLeft.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 10px;
}

.RtySchResBodyItemFotosNavNext{
    background-image: url(../img/FichaSetaRight.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
}


.RtySchResBodyItemDados{
    padding: 0px 30px;
    font-size: 12px;
    float: left;
    width: calc(100% - 400px);
    height: 100%;
    position: relative;
    text-align: left;
}

.RtySchResBodyItemValores{
    background-color: #fff;
    top: 10px;
    left: -20px;
    width: 220px;
    border: 1px solid #ff0000;
    position: absolute;
    z-index: 2;
    text-align: left;
    color: #ff0000;
    padding: 15px;
}

.RtySchResBodyItemValores span{
    font-size: 10px;
    margin-top: 10px;
    position: relative;
    display: block;
}


.RtySchResBodyItemValor{
	font-size: 20px;
}

.De{
	position: relative;
	margin-top: -5px !important;
}

.Por{
    position: relative;
    font-size: 15px;
    margin-top: -25px !important;
}

.Por strong{
    font-size: 17px;
    position: relative;
}

.RtySchResBodyItemValor strong{
}

.RtySchResBodyItemReferencia{
    margin-top: 15px;
    margin-left: 200px;
}

.RtySchResBodyItemBairro{
    font-size: 12px;
    margin-top: 20px;
    margin-left: 200px;
    color: #ff0000;
}

.RtySchResBodyItemLocalizacao{
	font-size: 18px;
	font-weight: bold;
	margin-left: 200px;
	color: #ff0000;
}

.RtySchResBodyItemDescricao{
    margin-left: 200px;
    margin-top: 20px;
    font-size: 12px;
}

.RtySchResBodyItemDetalhes{
    text-align: center;
    position: relative;
    width: 150px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    height: 100%;
    float: left;
    padding-top: 120px;
    color: #000;
}

.RtySchResBodyItemDetalhes div{display: inline-block;margin: 4px 0px;font-size: 15px;padding: 4px 0px 5px 30px !important;width: 100%;text-align: left;opacity: 0.8;}

#RtySchResBodyItemDorm{
	background-image: url("../img/Dormitorio.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemSui{
	background-image: url("../img/Suite.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemSla{
	background-image: url("../img/Sala.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemGar{
	background-image: url("../img/Garagem.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemDorm span,  #RtySchResBodyItemSui span, #RtySchResBodyItemSla span, #RtySchResBodyItemGar span{}

#RtySchResBodyItemArtCns{
	background-image: url("../img/AreaUtil.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemAruCns{
	background-image: url("../img/AreaUtil.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemAtr{
	background-image: url("../img/AreaTerreno.png");
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#RtySchResBodyItemArtCns span,  #RtySchResBodyItemAruCns span, #RtySchResBodyItemAtr span{
	margin-left:3px;
}

.RtySchResBodyItemFuncoes{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}

.RtySchResBodyItemAdicionaRemoveFavoritos{
    font-size: 0px;
    width: 30px;
    height: 30px;
    background-image: url("../img/Favoritos.png");
    animation: animatedBackground 0.8s linear infinite;
    background-repeat: no-repeat;
    background-position: center;
} 

@keyframes animatedBackground {
	from { background-size: 24px; }
	to { background-size: 30px; }
}

.ImovelFavorito{
    background-image: url(../img/FavoritosAdicionado.png);
    width: 30px;
    height: 30px;
}

#RtySchResBodyItemContato{
	padding-left: 40px;
	background-position: 4px;
	right: 30px;
	background-color: #ff0000;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 137px;
	position: absolute;
	bottom: 30px;
	border: 2px solid #ff0000;
}

.RtySchResultadosBodyItemTelefone{
    background-image: url("../img/RtySchResultadosTelefone.png");
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 4px;
    position: absolute;
    width: 200px;
    right: 170px;
    bottom: 40px;
    text-align: left;
}

.RtySchResultadosBodyItemTelefone span{
    color: #ff0000;
    font-size: 18px;
    display: block;
}

.RtySchResultadosBodyItemTelefone strong{
    color: #ff0000;
    font-size: 14px;
    display: block;
    font-weight: initial;
}



#RtySchResFooter{
    position: relative;
    width: 100%;
    display: flex;
    max-width: 350px;
    margin: 20px auto 0px;
}

#fieldCodigosmain{
    position: relative;
    height: 35px;
    margin: 0px auto;
}

#fieldCodigosVisivel{
    position: relative;
    overflow: hidden;
    height: 35px;
    margin: 0px auto;
    min-width: 195px;
    max-width: 195px;
}

#fieldCodigosmain input{
	display:none;
}

#fieldCodigosmain input:checked + label{
	background-color: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
}

#fieldCodigosmain Label{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #666;
	color: #666;
	padding: 5px 0px;
	width: 35px;
	height: 35px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 0px 2px;
}


#RtySchResBodyItemVolta{
    position: relative;
    color: #ec2028;
    font-weight: bold;
    background-image: url("../img/SetaAnterior.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 0px 35px;
    text-align: center;
    font-size: 0px;
}

#RtySchResBodyItemAvanca{
    position: relative;
    color: #ec2028;
    font-weight: bold;
    background-image: url("../img/SetaProxima.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 0px 35px;
    cursor: pointer;
    text-align: center;
    font-size: 0px;
}


.wvlr{
	margin: 10px auto;
	list-style: none;
	position: relative;
	display: table;
	width: 241px;
}

.wvlr li{
	float: left;
    height: 35px;
    line-height: 35px;
}

.wvrprcmin, .wqdarumin, .wqdatrmin, .wqdartmin{
	float: left;
	clear: left;
	box-shadow: 0 0 0 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	outline: none;
	width: 90px;
	margin: 7px 0 0 0;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
}

.wvrprcmax, .wqdarumax, .wqdatrmax, .wqdartmax{
	float: left;
	clear: left;
	box-shadow: 0 0 0 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	outline: none;
	width: 90px;
	margin: 7px 0 0 0;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
}

.spacer-slider{
	 padding: 0 20px;
	 font-size: 12px;
	 line-height: 36px;
	 position: relative;
	 float: left;
	 color: #666;
	 text-transform: initial;
}

.spacer-left{
	width: 10px;
	border-top: 1px solid #dcd8cd;
	position: absolute;
	top: 17px;
	left: 5px;
}

.spacer-right{
	width: 10px;
	border-top: 1px solid #dcd8cd;
	position: absolute;
	top: 17px;
	right: 5px;
}

#ComboRange, #ComboRangeAru, #ComboRangeAtr, #ComboRangeArt{
	width: 212px;
	position: relative;
	margin: 15px auto;
	background-color: #ff0000;
	border: 1px solid #ff0000;
	box-shadow: none;
}

.noUi-handle{
	border-radius: 20px;
	background: #ee1c25;
	box-shadow: none;
	width: 30px !important;
	height: 30px !important;
	top: -12px !important;
	border: 1px solid #ff0000;
}

.noUi-handle:after, .noUi-handle:before {
	display:none;
}

.gm-style-iw{
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    top: 3px !important;
    width: 94% !important;
    padding: 10px;
}

.gm-style-iw div:first-child{

max-height: 300px !important;
}

.InfoWindowClose{
    right: 5px !important;
    top: -15px !important;
    padding: 15px;
    background-color: #fff;
    border-radius: 100px;
    opacity: 1 !important;
    background-image: url("../img/RtyDivBairrosFechar.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

.InfoWindowClose img{
    display: none;
}

.RtySchMapImv{
	position: relative;
	width: 450px;
	height: 140px;
	overflow: hidden;
	display: block;
	border-radius: 10px;
	background-color: #fff;
	margin: 10px;
	border: 1px solid #ddd;
}

.RtySchMapImv #RtySchResBodyItem{
    width: 448px;
    margin: 0px;
    height: 140px;
    border: 0px;
    background-color: #fff;
}

.RtySchMapImv .RtySchResBodyItemFotos {
    position: relative;
    width: 186px;
    float: left;
    border-right: 1px solid #ddd;
    height: 140px;
}

.RtySchMapImv .RtySchResBodyItemDados{
    float: left;
    text-align: left;
    margin: 5px 0px 5px 10px;
    padding: 0px;
    width: 240px;
    height: 130px;
}

.RtySchMapImv .RtySchResBodyItemFuncoes{
    left: 150px;
    top: 5px;
}

.RtySchMapImv .RtySchResBodyItemDetalhes{
    top: 0px;
    left: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-bottom: 5px;
}

.RtySchMapImv .RtySchResBodyItemDetalhes div{
    margin: 0px 5px;
    font-size: 12px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.RtySchMapImv .RtySchResBodyItemBairro{
    margin-top: 5px;
}
.RtySchMapImv .RtySchResBodyItemLocalizacao{
    margin-top: 0px;
    margin-bottom: 5px;
}

/*CONTATO*/

#RtySchFchFormMain{
    z-index: 90000000000000000;
    position: relative;
}

.RtySchContatoDummy {
	background-color: black;
	color: white;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 400;
}
.RtySchContatoGrid {
	position: fixed;
	width: 600px;
	padding: 20px;
	font-size: 0.8em;
	border: 1px solid #000;
	z-index: 500;
	background-color: #f3f3f3;
	margin-top: -225px;
	top: 50%;
	margin-left: -300px;
	left: 50%;
	display: table;
	height: 450px;
}
.RtySchContatoBody {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
}
.RtySchContatoTitle {
	position: relative;
	height: 40px;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	display: table;
}
.RtySchContatoTitleImagem {
	position: absolute;
	left: 10px;
	height: 40px;
	width: 40px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/contatoImagem.png);
	border: 0px;
	display: none;
}
.RtySchContatoTitleTexto {
	position: absolute;
	left: 25px;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	text-align: left;
	color: #222;
}
.RtySchContatoFiller {
	position: relative;
	height: 5px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.RtySchContatoLine {
	position: relative;
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}
.RtySchContatoLabel {
	position: absolute;
	left: 0px;
	height: 20px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.RtySchContatoFieldNome {
	position: relative;
	width: 505px;
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.RtySchContatoFieldTelefone {
	position: relative;
	width: 505px;
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.RtySchContatoFieldEmail {
	position: relative;
	width: 505px;
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.RtySchContatoMensagemLine {
	position: relative;
	width: 90%;
	margin: 2px auto;
	padding: 0px;
}
.RtySchContatoLabelMensagem {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 20px;
	width: 75px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	color: #000;
	text-align: right;
	font-size: 12px;
}
.RtySchContatoFieldMensagem {
	position: relative;
	width: 505px;
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: verdana;
}
.RtySchContatoBotaoEnviar {
	position: relative;
	border: 1px solid #94211F;
	padding: 10px 20px;
	background-color: #DF2C32;
	color: #fff;
	float: right;
	cursor: pointer;
	margin-right: 25px;
	font-size: 12px;
	background: -moz-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF2C32 ), color-stop(100%, #94211F));
	background: -webkit-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -o-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -ms-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: linear-gradient(to bottom, #DF2C32  0%, #94211F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DF2C32 ', endColorstr='#94211F', GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.RtySchContatoBotaoEnviar:hover {
}
.RtySchContatoBotaoFechar {
	position: relative;
	border: 1px solid #94211F;
	padding: 10px 20px;
	background-color: #DF2C32;
	color: #fff;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	font-size: 12px;
	background: -moz-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF2C32 ), color-stop(100%, #94211F));
	background: -webkit-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -o-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -ms-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: linear-gradient(to bottom, #DF2C32  0%, #94211F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DF2C32 ', endColorstr='#94211F', GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.RtySchContatoBotaoFechar:hover {
}
.RtySchContatoFieldCopia {
	position: absolute;
	bottom: 42px;
	left: 45px;
	height: 13px;
	width: 15px;
	margin: 0px;
	padding: 0px;
}
.RtySchContatoLabelCopia {
	position: absolute;
	bottom: 42px;
	left: 65px;
	height: 13px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
}
.RtySchContatoEnviado {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	margin: 0px;
	padding: 0px;
	z-index: 600;
	background-color: white;
}
.RtySchContatoEnviadoMensagem {
	position: absolute;
	top: 173px;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.RtySchContatoEnviadoBotaoFechar {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 1px solid #A8211B;
	padding: 10px;
	background-color: #007cc0;
	color: #fff;
	float: left;
	cursor: pointer;
	margin-left: 5px;
	font-size: 12px;
	background: -moz-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF2C32 ), color-stop(100%, #94211F));
	background: -webkit-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -o-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: -ms-linear-gradient(top, #DF2C32  0%, #94211F 100%);
	background: linear-gradient(to bottom, #DF2C32  0%, #94211F 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DF2C32 ', endColorstr='#94211F', GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.RtySchContatoEnviadoBotaoFechar:hover {
}