.vd-gradient {
  background: #1AADA9;
  background: -moz-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1aada9), color-stop(100%, #198e88));
  background: -webkit-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: -o-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: -ms-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: linear-gradient(to bottom, #1aada9 0%, #198e88 100%);
}
.gris-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.vd-light-a {
  cursor: pointer;
  background: #95e111;
  background: -moz-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b214), color-stop(100%, #95e111));
  background: -webkit-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -o-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: -ms-linear-gradient(top, #80b214 0%, #95e111 100%);
  background: linear-gradient(to top, #80b214 0%, #95e111 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #769914;
  color: #fff;
  text-shadow: 1px 1px 1px #679910;
}
.vd-light-a:hover {
  background: #7FAF15;
  color: #333333;
  text-shadow: 1px 1px 0px #A7D32F;
}
.gris {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #c1c1c1;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
}
.gris:hover {
  color: #90d113;
}
.border-content {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html {
  overflow-y: auto;
}
body {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/bg-statistics.jpg") repeat-x;
}
body p,
body span,
body li {
  color: #999999;
}
div.container-statistics {
  padding: 120px 0 50px;
  clear: both;
  position: relative;
}
div.container-statistics div.head {
  margin: 20px 0 30px 0;
  clear: both;
  position: relative;
}
div.container-statistics div.head img {
  max-width: 1043px;
  width: 100%;
}
div.container-statistics div.head div {
  padding: 80px 0 80px 42%;
  position: absolute;
  top: 0;
}
div.container-statistics div.head div h1 {
  font-size: 3em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1.4em;
}
div.container-statistics div.head div h1 span {
  display: block;
}
div.container-statistics div.head div h1 span.price {
  color: #90d113;
  font-size: 1.4em;
}
div.container-statistics div.head div h1 span.others {
  color: #1aada9;
  font-size: 1.4em;
}
div.container-statistics div.head div p {
  color: #666666;
  font-size: 1.3em;
  text-align: center;
}
div.container-statistics div.main-nav-container {
  background: #1AADA9;
  background: -moz-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1aada9), color-stop(100%, #198e88));
  background: -webkit-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: -o-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: -ms-linear-gradient(top, #1aada9 0%, #198e88 100%);
  background: linear-gradient(to bottom, #1aada9 0%, #198e88 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  height: 147px;
  padding: 1px 0 0 0;
}
div.container-statistics div.main-nav-container p {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 2em;
  font-weight: bold;
}
div.container-statistics div.main-nav-container div.select {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  width: 95%;
  margin: 0 auto 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 42px;
}
div.container-statistics div.main-nav-container div.select div {
  float: left;
  color: #666666;
  padding: 0;
  cursor: pointer;
  font-size: 1.1em;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #fff;
}
div.container-statistics div.main-nav-container div.select div span.current,
div.container-statistics div.main-nav-container div.select div span#lbl-purpose {
  padding: 0 0 0 7%;
  line-height: 2.7em;
  display: block;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/UI/cucu_main_button_arrow.png") no-repeat 86% center;
  color: #666666;
}
div.container-statistics div.main-nav-container div.select div span.current img,
div.container-statistics div.main-nav-container div.select div span#lbl-purpose img {
  display: none;
}
div.container-statistics div.main-nav-container div.select div#type-operation {
  width: 11%;
  border-left: 0;
}
div.container-statistics div.main-nav-container div.select div#type-operation span {
  padding: 0 0 0 15%;
}
div.container-statistics div.main-nav-container div.select div#type-operation ul li span {
  padding: 0;
  display: block;
}
div.container-statistics div.main-nav-container div.select div#type-residencial,
div.container-statistics div.main-nav-container div.select div#type-residencial-statistics {
  width: 19%;
  position: relative;
}
div.container-statistics div.main-nav-container div.select div#type-residencial ul,
div.container-statistics div.main-nav-container div.select div#type-residencial-statistics ul {
  display: block;
  position: absolute;
  width: 100%;
}
div.container-statistics div.main-nav-container div.select div#geolocation {
  width: 25%;
}
div.container-statistics div.main-nav-container div.select div#input-addres {
  padding: 0;
  width: 38%;
  margin: 0;
}
div.container-statistics div.main-nav-container div.select div#input-addres input {
  height: 40px;
  border: 0;
  width: 94%;
  padding: 0 3%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.container-statistics div.main-nav-container div.select div#input-addres input:focus {
  border: none;
  outline: none;
}
div.container-statistics div.main-nav-container div.select div.search-option-input {
  padding: 0;
  width: 5%;
  border-right: 0;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/UI/cucu_search-gris.png") no-repeat center center;
}
div.container-statistics div.main-nav-container div.select div.search-option-input input {
  height: 42px;
  display: block;
  width: 50px;
  opacity: 0;
  margin: 0;
}
div.container-statistics div.main-nav-container div.select div.search-option-input:hover {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/UI/cucu_search-verde.png") no-repeat center center;
}
div.container-statistics div.main-nav-container div.select ul {
  background: #1aada9;
  border: 0;
}
div.container-statistics div.main-nav-container div.select ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
div.container-statistics div.main-nav-container div.select ul li span {
  font-size: .9em;
  color: #fff;
  line-height: 2.5em;
  margin: 0 0 0 20px;
  display: block;
}
div.container-statistics div.main-nav-container div.select ul li:hover {
  background: #198e88;
}
div.container-statistics div.main-nav-container div.select ul.dropdownPurpose {
  position: absolute;
  width: 120px;
}
div.container-statistics div.main-nav-container div.select ul#sub-option {
  position: absolute;
  width: 200px;
  margin: 0;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type {
  position: absolute;
  margin: 0 0 0 200px;
  border: 0;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul {
  position: absolute;
  top: 0;
  background: #1aada9;
  width: 227px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span {
  padding: 0 0 0 30px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.todo {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/icon-earth.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.desarrollo {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/development-ico-menu.png") no-repeat 0px 0px transparent;
  background-size: 16px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.departamento {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_apartment.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.casa {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_house.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.rancho {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_ranch.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.oficina {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_office.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.bodega {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_cellar.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.terrenocomercial {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_zone.png") no-repeat 0px 0px transparent;
  background-size: 15px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.terrenohabitacional {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_zone.png") no-repeat 0px 0px transparent;
  background-size: 15px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.terrenoindustrial {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_realestate.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.cuarto {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/room.png") no-repeat 0px 0px transparent;
  background-size: 12px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.casacondominio {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/home_condo.png") no-repeat 0px 0px transparent;
  background-size: 18px;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.local {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_warehouse.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.edificio {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_building.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#sub-option-residencial-type ul li span.naveindustrial {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/ico_warehouse.png") no-repeat 0px 0px transparent;
}
div.container-statistics div.main-nav-container div.select div#geolocation {
  position: relative;
}
div.container-statistics div.main-nav-container div.select div#geolocation ul {
  background: #1aada9;
  position: absolute;
  width: 202px;
  overflow-y: scroll !important;
  height: 156px;
  z-index: 1;
}
div.container-statistics div.version-beta {
  background: #90d113;
  padding: 3px 5px;
  float: right;
  clear: both;
  margin: 0 0 15px 0;
}
div.container-statistics div.version-beta p {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 3px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div.container-statistics p.datos {
  text-align: center;
  font-size: .9em;
  color: #999999;
  margin: 15px 0;
  font-weight: bold;
}
div.container-statistics div.Link p.title {
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  font-size: 2em;
  color: #666666;
}
div.container-statistics div.Link p.title span {
  font-size: .6em;
  float: right;
  font-weight: normal;
  cursor: pointer;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/arrow-top.jpg") no-repeat 0px 15px;
  padding-left: 21px;
}
div.container-statistics div.Link p.title span:hover {
  color: #95e111;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/arrow-top.jpg") no-repeat 0px -8px;
}
div.container-statistics div.Link span.subtitle {
  margin: 0 0 0 30px;
  clear: both;
  width: 100%;
  display: block;
}
div.container-statistics div.Link div.section {
  display: inline-table;
  width: 45%;
  margin: 15px 1%;
  border: 1px solid #e2e2e2;
  padding: 1.3%;
}
div.container-statistics div.Link div.section p {
  color: #666666;
  font-size: 1.4em;
  margin: 0 0 5px 0;
}
div.container-statistics div.Link div.section ul li {
  border-bottom: 1px dashed #e2e2e2;
  padding: 4px 0;
  line-height: 21px;
  cursor: pointer;
}
div.container-statistics div.Link div.section ul li a {
  padding: 4px 0;
  color: #999999;
}
div.container-statistics div.Link div.section ul li a span {
  float: right;
  background: #90d113;
  display: block;
  padding: 0 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: .9em;
  line-height: 20px;
  display: none;
}
div.container-statistics div.Link div.section ul li:hover a {
  color: #666666;
}
div.container-statistics div.Link div.section ul li:hover a span {
  display: block;
}
div.container-statistics div.Link div.section ul li:last-child {
  border-bottom: none;
}
div.container-statistics div.statics p.title {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/link-statistics.png") no-repeat center left;
  padding: 0 0 0 25px;
}
div.container-statistics div.properties p.title {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/link-properties.png") no-repeat center left;
  padding: 0 0 0 25px;
}
div.container-statistics div#not-found-listing {
  width: 100%;
  margin: 40px auto 50px;
  display: block;
  height: auto;
  text-align: center;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/listado/not-found-statistics.png") no-repeat top center;
  padding: 180px 0 0;
  position: relative;
}
div.container-statistics div#not-found-listing p {
  color: #1aada9;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: bold;
}
div.container-statistics div#not-found-listing span {
  font-size: 1.3em;
  margin: 0 0 20px 0;
  color: #999999;
  font-weight: normal;
}
div.container-statistics div.ranges-prices p.title {
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  font-size: 2em;
  color: #666666;
}
div.container-statistics div.ranges-prices div.search-home {
  max-width: 1000px;
  margin: 25px auto;
  height: 147px;
  padding: 1px 0 0 0;
  background: #1aada9;
}
div.container-statistics div.ranges-prices div.search-home p.busqueda-propiedades {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 2em;
  font-weight: 700;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search {
  width: 95%;
  margin: 0 auto;
  background: #F3F3F3;
  height: 40px;
  border-bottom: 2px solid #E9E9E9;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options {
  float: left;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #fff;
  position: relative;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options span {
  display: block;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options span.select-option {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/new/arrow-gray.png") no-repeat no-repeat 90% 16px;
  cursor: pointer;
  padding: 0 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options span.select-option:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.operation {
  width: 13%;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.type {
  width: 19%;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.states {
  width: 24%;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.states ul,
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.states div {
  max-height: 250px;
  overflow-y: scroll;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price {
  width: 18%;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price div {
  max-height: 250px;
  position: absolute;
  background: #F5F5F5;
  border: 1px solid #E2E2E2;
  clear: both;
  margin: 0;
  width: 100%;
  z-index: 9;
  display: none;
  height: 234px;
  overflow-y: scroll;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price div span {
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 25px;
  line-height: 30px;
  cursor: pointer;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price div span:hover {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Manage/arrow-services-edit.png") 6px 10px no-repeat #ffffff;
  background-size: 10px;
  color: #87c815;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price div span:first-child {
  border-top: none;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price div span:last-child {
  border-bottom: none;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price div span.active {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Manage/arrow-services-edit.png") 6px 7px no-repeat;
  background-size: 10px;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p {
  margin: 0;
  background: #F3F3F3;
  height: 40px;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p input,
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p span {
  float: left;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p input[type="text"] {
  width: 65%;
  height: 39px;
  margin: 0;
  padding: 0px 5%;
  border-radius: 0;
  font-size: .9em;
  border: 0;
  border-right: 1px solid #E6E6E6;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p input[type="text"]:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p span {
  text-indent: -9999px;
  display: block;
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/Home/new/arrow-gray.png") no-repeat no-repeat center 16px;
  width: 23%;
  cursor: pointer;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.price p span:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options:first-child {
  border-left: 0;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options:last-child {
  border-right: 0;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.search {
  width: 6.6%;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.search span {
  background: url("/assets/42d2128ecd2ef137753b36ee51e5863fac015b17/margarita/img/UI/cucu_search-gris.png") no-repeat center;
  text-indent: -999999px;
  cursor: pointer;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.search span:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options div.sub-tooltip,
div.container-statistics div.ranges-prices div.search-home div.filters_search div.options ul.sub-tooltip {
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  left: 100%;
  top: 40px;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip {
  width: 100%;
  background: #1ca049;
  margin: 2px 0 0 0;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip span,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip span,
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip li,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip li {
  padding: 0 10px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 35px;
  cursor: pointer;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip span:first-child,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip span:first-child,
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip li:first-child,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip li:first-child {
  border-top: 0;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip span:last-child,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip span:last-child,
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip li:last-child,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip li:last-child {
  border-bottom: 0;
}
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip span:hover,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip span:hover,
div.container-statistics div.ranges-prices div.search-home div.filters_search .tooltip li:hover,
div.container-statistics div.ranges-prices div.search-home div.filters_search .sub-tooltip li:hover {
  background: rgba(0, 0, 0, 0.1);
}
div.ui-dialog div.ui-dialog-buttonpane {
  margin: 0;
}
div.ui-dialog div.ui-dialog-buttonpane div.ui-dialog-buttonset .ui-button-text-only span.ui-button-text {
  color: #fff;
}
div.ui-dialog div.ui-dialog-buttonpane div.ui-dialog-buttonset .ui-button-text-only:focus {
  outline: none;
}
@media screen and (max-width: 1024px) {
  div.container-statistics div.head div h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  div.container-statistics div.head {
    margin: 10px 0;
    height: 250px;
  }
  div.container-statistics div.head img {
    display: none;
  }
  div.container-statistics div.head div {
    padding: 27px 0;
  }
  div.container-statistics div.head div h1 {
    font-size: 2.7em;
  }
  div.container-statistics div.head div.softec img {
    display: initial;
  }
  div.container-statistics div.ranges-prices div.search-home div.filters_search div.options.states {
    width: 23%;
  }
}
div.softec {
  position: relative;
  padding: 0;
  color: #666666;
  font-size: 1.1em;
  text-align: center;
  margin: 0 auto 30px auto;
}
div.softec img {
  margin: 0 0 0 15px;
  vertical-align: middle;
}
.ui-autocomplete.ui-menu.ui-widget {
  max-height: 300px;
  overflow-y: scroll;
}
.modal-confirm {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.modal-box-content {
  border-color: #EEE;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: table;
  width: 450px;
  line-height: 1.42857;
  background-color: #fff;
}
.modal-box-content .title-modal-box {
  text-align: center;
  margin: 30px 0 20px 0;
  font-weight: 400;
  font-size: 14pt;
  color: #666;
}
.modal-box-content .btn-modal-box {
  background: #4ad200;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  display: block;
  width: 100%;
  box-sizing: border-box !important;
}
