header{
  background-color: #f3f3f3;
}

header section.user {
  width: 100%;
  height: 45px;
  background: #000; /* Old browsers */
}


header section.user a,
header section.user span{
  color: #FFFFFF;
}

header section.user a:hover{
  color: #999999;
}

header section.user ul{
  display: block;
}

header section.user ul li{
  display: inline-block;
  vertical-align: top;
}

/* Header Home */

header section.user ul.main_nav{
  margin-right: 5px;
  float: right;
  margin-top: 13px;
}

header section.user ul.main_nav li a{
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

header section.user ul.main_nav li:first-child a{
  border-right: 1px solid #3F3F3F;
}

/* Header Map */

header section.user ul.home{
  margin-left: 8px;
  margin-top: 11px;
  float: left;
  position: relative;
}

header section.user ul.home li.pais{
  color: #8F8F8F;
  font-size: 1.15em;
  position: relative;
  bottom: 4px;
  margin: 7px 0 0 0;
}

header section.user ul.publica{
  float: left;
  margin: 0 0 0 20px;
}
header section.user ul.publica li{
    text-align: center;
    height: 45px;
    text-shadow: 1px 1px 1px #000;
    display: inline-block;
}
header section.user ul.publica a{
    cursor: pointer;
    padding: 15px 15px;
    line-height: 45px;
}
header section.user ul.btn-map{
    width: auto;
}
header section.user ul.btn-map li{
    text-align: center;
    height: 45px;
    text-shadow: 1px 1px 1px #000;
}
header section.user ul.btn-map a{
    padding: 15px 15px;
    line-height: 45px;
}
header section.user ul.publica li:hover a{
    background: rgba(255,255,255,.1);
}

header section.user ul.publica a:hover{
    color: #999999;
}
header section.user ul.btn-map a:hover{
    color: #333;
}
span.new_icon{
  font-size: 0.88em;
  color: #27C520
}

span.open_tooltip_icon{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: -3px;
  background: url('../../img/UI/cucu_show_tooltip.png') no-repeat;
  background-position: center;
}

span.arrow_close{
  background-position: bottom;
}

header section.user ul.main_nav_map{
  margin-right: 15px;
  float: right;

}

header section.user ul.main_nav_map li{
  cursor: pointer;
}

header section.user ul.main_nav_map li.no_account_buttons{
  margin-right: 130px;
  margin-top: 14px;
}

header section.user ul.main_nav_map li.ayuda span:focus{
  outline: none;
}
header section.user ul.main_nav_map li.ayuda:hover{
  background-position: right -13px;
  cursor: pointer;
}
/*header section.user ul.main_nav_map li.not_session_button{
  margin-top: 15px;
  margin-left: 20px;
}*/

/* Selector de Estado */
header section.user div.current_location_container{
  display: block;
  position: relative;
  width: 350px;
margin: 0 auto;
}


header section.user div.current_location_frame{
  width: 350px;
  padding-top: 14px;
  height: 29px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  outline: #404040 solid 1px;
  text-align: center;
  background: none;
}

header section.user div.location_open{
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #3b3b3b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 0%,#3b3b3b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 0%,#3b3b3b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #000000 0%,#3b3b3b 100%); /* W3C */
}

header section.user div.current_location_container span{
  color: #FFFFFF;
}
header section.user div.current_location_container span.txtgris{
  color: #ddd;
}
header section.user div.current_location_container span#change_current_state{
    color: #87c815;
    font-size: 0.88em;
    background: url('../../img/UI/green-arrow-header.png') no-repeat right top;
    padding-right: 18px;
}

header section.user div.current_location_container span#change_current_state:hover{
    color: #fff;
    font-size: 0.88em;
    cursor: pointer;
    background: url('../../img/UI/green-arrow-header.png') no-repeat right -21px;
}

div#state_list{
    border: 2px solid #333333;
    width: 500px;
    height: 260px;
    position: absolute;
    top: 45px;
    left: 0;
    text-align: center;
    z-index: 20;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;text-align: left;
    background: #9f9f9f; /* Old browsers */
    background: -moz-linear-gradient(top,  #9f9f9f 0%, #f4f4f4 3%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9f9f), color-stop(3%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9f9f9f 0%,#f4f4f4 3%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9f9f9f 0%,#f4f4f4 3%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9f9f9f 0%,#f4f4f4 3%); /* IE10+ */
    background: linear-gradient(to bottom,  #9f9f9f 0%,#f4f4f4 3%); /* W3C */
    -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    0px 1px 10px rgba(50, 50, 50, 0.7);
    box-shadow:         0px 1px 10px rgba(50, 50, 50, 0.7);
}

ul#state_list_table{
  width: 94%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

ul#state_list_table li{
    height: 22px;
    vertical-align: middle;
    display: block;
    float: left;
}
ul#state_list_table li.first_column{
    width: 168px;
}
ul#state_list_table li.last_column{
    width: 123px;
}

ul#state_list_table li.middle_column{
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    width: 176px;
}

ul#state_list_table span{
  font-size: 1.08em;
  color: #666666;
  padding-left: 15px;
}

ul#state_list_table span:hover{
  color:#87c815;
  cursor: pointer;
}

/* Boton de opciones del usuario registrado */

a.user_options_button{
  margin-top: 8px;
  cursor: pointer;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;
  min-width: 150px;
  height: 20px;
  border: 1px solid #000000;
  text-align: center;
}

a.panel_close{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #595959; /* Old browsers */
  background: -moz-linear-gradient(top,  #595959 0%, #292929 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(99%,#292929)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #595959 0%,#292929 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #595959 0%,#292929 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #595959 0%,#292929 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #595959 0%,#292929 99%); /* W3C */

}

a.panel_open{
  color: #333333 !important;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #a8a8a8; /* Old browsers */
  background: -moz-linear-gradient(top,  #a8a8a8 0%, #f4f4f4 36%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8a8), color-stop(36%,#f4f4f4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a8a8a8 0%,#f4f4f4 36%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a8a8a8 0%,#f4f4f4 36%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a8a8a8 0%,#f4f4f4 36%); /* IE10+ */
  background: linear-gradient(to bottom,  #a8a8a8 0%,#f4f4f4 36%); /* W3C */
}

div#user_options_panel{
  display: block;
  border: 1px solid #000000;
  position: absolute;
  width: 180px;
  top: 33px;
  right: 15px;
  text-align: center;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4f4f4 95%, #a8a8a8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#f4f4f4), color-stop(100%,#a8a8a8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4f4f4 95%,#a8a8a8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4f4f4 95%,#a8a8a8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4f4f4 95%,#a8a8a8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f4f4f4 95%,#a8a8a8 100%); /* W3C */
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  z-index: 300;
}

div#user_options_panel a{
    color: #333333;
    display: block;
}

div#user_options_panel a:hover{
  color: #999999;
}

div#user_options_panel div.inner_panel{
    float: left;
    width: 100%;
    margin: 10px 0;
}

div#user_options_panel div.right_panel{
  border-left: 1px solid #BBBBBB;
}

div#user_options_panel div.inner_panel a{
    display: block;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 5px;
}
div#user_options_panel div.inner_panel a:last-child{
    padding-bottom: 0;
}

div#user_options_panel div.base_panel{
    clear: both;
    width: 100%;
    height: 25px;
    padding-top: 9px;
    text-align: center;
    border-top: 1px solid #BBBBBB;
}

div#user_options_panel div.panel_top{
  display: block;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

div#user_options_panel div.panel_top #save_search_box{
    cursor: pointer;
}
div#user_options_panel div.panel_top #save_search_box:hover{
    color: #759913;
}
div#user_options_panel input#saved_search_input{
    color: #666666;
    border:1px solid #1ca049;
    text-align: center;
    width: 201px;
}

div#user_options_panel ul#saved_serach_list{
  display: block;
  width: 215px;
  max-height: 88px;
  margin: auto;
  margin-bottom: 10px;
  overflow: scroll;
  overflow-x: hidden;
}

div#user_options_panel ul#saved_serach_list li{
    display: block;
    width: 215px;
    overflow: hidden;
}

div#user_options_panel ul#saved_serach_list li a{
  display: block;
  width: 100%;
  /*height: 100%;*/
  text-align: center;
}

div#user_options_panel ul#saved_serach_list li a:hover{
    background: rgba(28,160,73,.20);
}

/* Botones vista de lista */

div#header_search_options{
    width: 100%;
    height: 60px;
    background: #95e111;
    background: -moz-linear-gradient(top, #759913 0%,#95e111 75%);
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#759913), color-stop(75%,#95e111));
    background: -webkit-linear-gradient(top, #759913 0%,#95e111 75%);
    background: -o-linear-gradient(top, #759913 0%,#95e111 75%);
    background: -ms-linear-gradient(top, #759913 0%,#95e111 75%);
    background: linear-gradient(to top, #759913 0%,#95e111 75%);
}

div#header_search_options nav#change_list_view{
  display: block;
  width: 300px;
  float: left;

}

div#header_search_options nav#change_list_view ul{
  width: 295px;
  padding-top: 10px;
}


div#header_search_options nav#change_list_view li{
    float: left;
    width: 50%;
    height: 50px;
    overflow: hidden;
}

div#header_search_options nav#change_list_view li a,
div#header_search_options nav#change_list_view li span{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}

div#header_search_options nav#change_list_view li a,
div#header_search_options nav#change_list_view li span{
  display: block;
  padding-top: 15px;
  color: #FFFFFF;
}

div#header_search_options nav#change_list_view li span.active,
div#header_search_options nav#change_list_view li a.active{
  background: #fff;
  border-top: 3px solid #686868;
  cursor: pointer;
}
div#header_search_options nav#change_list_view li a.active{

}
div#header_search_options nav#change_list_view li a:hover.active {
    background: #fff;
}

div#header_search_options nav#change_list_view li a:hover,
div#header_search_options nav#change_list_view li span:hover{
  background: #e5e5e5;
  border-top: 3px solid #686868;
  cursor: pointer;
}

div#header_search_options nav#change_list_view li a:hover ,
div#header_search_options nav#change_list_view li span:hover {
  color: #676767;
}

div#header_search_options nav#change_list_view li a.active span,
div#header_search_options nav#change_list_view li a.active,
div#header_search_options nav#change_list_view li span.active{
  color: #676767;
}

div#save_search_box-container span#message-searches{
    color: #1ca049;
    text-shadow: 1px 1px 1px #fff;
}

/* Buscador de propiedades */

div#header_search_options div.header_search_form{
  float: right;
  margin-top: 10px;
  text-align: right;
}

div#header_search_options div.header_search_form ul.config li.last-child{
  position: relative;
  float: left;
}

div#header_search_options div.header_search_form ul.config li span.option_button{
  float: left;
  display: block;
  height: 28px;
  color: #666666;
  text-align: left;
  font-size: 1.1em;
  padding-top: 10px;
  padding-left: 16px;
  border-left: 1px solid #97CBA7;
  cursor: pointer;
  background: #f3f3f3;
    box-sizing: initial;
  background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%); /* W3C */
}
div#header_search_options div.header_search_form ul.config li span.option_button:hover{
    color: #1ca049;
}

div#header_search_options div.header_search_form span#menu-options-title{
  width: 137px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: rgb(255, 255, 255) url('../../img/UI/cucu_arrow_gris.png') 133px 12px no-repeat;
}

div#header_search_options div.header_search_form span#menu-options-title:hover{
  background: rgb(255, 255, 255)  url('../../img/UI/cucu_arrow_verdeoscuro.png') 133px 12px no-repeat;
}

div#header_search_options div.header_search_form span#menu-avanzado-title{
  width: 157px;
  background: rgb(255, 255, 255) url('../../img/UI/cucu_arrow_gris.png') 149px 12px no-repeat;
  padding-left: 10px;
}
div#header_search_options div.header_search_form span#menu-avanzado-title h1{
  font-size: 1em;
  font-weight: normal;
}
div#header_search_options div.header_search_form span#menu-avanzado-title:hover{
  background: rgb(255, 255, 255) url('../../img/UI/cucu_arrow_verdeoscuro.png') 149px 12px no-repeat;
}

div#header_search_options div.header_search_form ul.config li#search_input{
  position: relative;
  float: left;
  border-right: 2px solid #4FA86C;
  border-left: 1px solid #00832b;
}

div#header_search_options div.header_search_form ul.config li#search_input:hover{
  border: none;
  border-right: 2px solid #4FA86C;
  border-left: 1px solid #00832b;
  box-shadow: none;
  -webkit-box-shadow:none;
  outline: none;
}

div#header_search_options div.header_search_form input#search-nu-input,
div#header_search_options div.header_search_form input#search-google-input,
div#header_search_options div.header_search_form input#search-est-input{
  height: 38px;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
}
div#header_search_options div.header_search_form input#search-nu-input:hover,
div#header_search_options div.header_search_form input#search-google-input:hover{
  border: 0;
  box-shadow: none;
  -webkit-box-shadow:none;
  outline: none;
}
div#header_search_options div.header_search_form input#search-nu-input:focus,
div#header_search_options div.header_search_form input#search-google-input:focus,
div#header_search_options div.header_search_form input#search-est-input:focus{
  border: 0;
  box-shadow: none;
  -webkit-box-shadow:none;
  color: #666;
  outline: none;
}

/*span.arrow_green_small{
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-bottom: -2px;
  margin-left: 6px;
  background: url('../../img/UI/cucu_arrow_green_small.png') no-repeat;
  background-position: top;
}*/

span.arrow_white_small{
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-bottom: -2px;
  margin-left: 6px;
  background: url('../../img/UI/cucu_arrow_white_small.png') no-repeat;
  background-position: top;
}

div#header_search_options div.header_search_form ul.config li.input_container{
    display: block;
    float: left;
    width: 45px;
    height: 38px;
    float: left;
    background: url("../../img/UI/cucu_search-verde.png") no-repeat #efefef center center;
}
div#header_search_options div.header_search_form ul.config li.input_container:hover{
    background: url("../../img/UI/cucu_search-gris.png") no-repeat #efefef center center;
}

div#header_search_options div.header_search_form li.input_container input{
    height: 37px;
    display: block;
    width: 45px;
    opacity: 0;
    margin: 0;
}
div#header_search_options div.header_search_form li.input_container input:hover{
  background: url('../../img/UI/cucu_search-gris.png') 8px 6px no-repeat;
}

/* Submenus tipos de propiedad*/



/* TOOLTIP CAMBIAR BUSQUEDA */

/*-----Ayuda---*/
header.page div#support-container a,
header.page div.help-container a {
  display: block;
}
header.page div#support-container a.close,
header.page div.help-container a.close {
  height: 12px;
  width: 12px;
  position: absolute;
  left: -6px;
  top: -6px;
  padding: 2px;
  background: url("../../img/UI/cucu_close_btn.png") no-repeat 2px 2px #ffffff;
}
header.page div#support-container a.close:hover,
header.page div.help-container a.close:hover {
  background-color: #dae5f2;
}
header.page div#support-container ul li,
header.page div.help-container ul li {
  margin: 6px 0;
  text-align: center;
}
header.page div#support-container ul li.number,
header.page div.help-container ul li.number {
  font-size: 1.2em;
  color: #0855ab;
}
header.page div#support-container ul li + li + li,
header.page div.help-container ul li + li + li {
  font-size: 0.85em;
}
header.page div#support-container ul hr,
header.page div.help-container ul hr {
  margin: 2px 0;
}
header.page div#support-container.tooltip,
header.page div.help-container.tooltip {
  border: 2px solid #4BD924;
  background-color: #ffffff;
}
header.page div#support-container.tooltip span,
header.page div.help-container.tooltip span {
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #0855ab;
  top: -16px;
  right: 20px;
  position: absolute;
  height: 0;
  width: 0;
  display: block;
}
header.page div.help-container {
  right: 206px;
  height: 85px;
  width: 120px;
  text-align: left;
}
header.page div.help-container ul li{
  text-align: left;
  margin: 0;
  padding: 2px 0;
}
header.page div.help-container ul li:first-child{
  padding-top: 10px;
}
header.page div.help-container ul li a {
  color: #333333;
  border-bottom: 1px solid transparent;
}
header.page div.help-container ul li a:hover {
  color: #28C621;
  display: inline;
}
header.page div.help-container ul li + li + li {
  font-size: inherit;
}
.heading-mapa:hover{
  color: #0855ab;
  font-size: 1.0em;
  height: 30px;
}
/*--------------*/
div#state_update_tooltip{
  position: absolute;
  top: 50px;
  left: 0;
  width: 300px;
  height: 45px;
  text-align: left;
  border: 1px solid #333;
  background-color: rgba(232, 255, 187, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 400;
}


div#state_update_tooltip:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top: 5px solid transparent;
  border-bottom-color: #333333;
  top: -15px;
  left: 10px;
}

div#state_update_tooltip:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top: 6px solid transparent;
  border-bottom-color: rgba(232, 255, 187, 1);
  top: -14px;
  left: 12px;
}

/* Menu de ayuda*/
div.help-container{
  display: block;
  position: absolute;
  width: 145px;
  height: 77px;
  right: 110px;
  top: 45px;
  border: 1px solid #000000;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4f4f4 87%, #a8a8a8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%,#f4f4f4), color-stop(100%,#a8a8a8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4f4f4 87%,#a8a8a8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4f4f4 87%,#a8a8a8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4f4f4 87%,#a8a8a8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f4f4f4 87%,#a8a8a8 100%); /* W3C */
  z-index: 300;
}

div.help-container ul{
  margin-left: 10px;
}

div.help-container ul li{
  display: block;
  padding-top: 6px;
}

div.help-container ul li a{
  color: #666666;
}

div.help-container ul li a:hover{
   color: #000000;
}

div#state_update_tooltip span{
  display: block;
  font-size: 1.1em;
  padding-left: 10px;
  padding-top: 15px;
  color: #000000;
}
input.ui-autocomplete-loading {
  background: white url('/themes/margarita/img/indicator.gif') right center no-repeat;
}


/* Opciones Venta / Renta / ipo de Vivienda  */

ul.mainTypeGroup{}

ul.mainTypeGroup li{
text-align: left;
}
ul.mainTypeGroup li a:hover{
}

div.tooltip{
  position: absolute;
  top: 38px;
  opacity: 1 !important;
  z-index: 200;
  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%); /* W3C */
}

div#options-container{
  width: 154px;
  left: 1px;
  text-align: left;
}

div#menu-contane{
  width: 168px;
  left: 154px;
  text-align: left;
  overflow: initial !important;
}
div#options-container ul.purposeOptions{
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
}

div#options-container ul.purposeOptions li{
  text-align: left;
}


div#menu-contanr ul li span,
div#options-container ul.purposeOptions li span{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 1.1em;
    padding: 7px 3px 7px 13px;
    background-color: #1CA049;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid #1A874E;
    text-shadow: 1px 1px 1px #155925;
    border-right: 1px solid #1A874E;
    cursor: pointer;
}
div#menu-contae ul li span:hover,
div#options-container ul.purposeOptions li span:hover{
    color: #90D113;
}

div#options-container ul.purposeOptions li a#tab_2{
    border-bottom: none;
}

div#options-container ul.purposeOptions li a:hover{
    color: #90D113;
}



div#menu-contanr ul.subtypesGroup{
    position: absolute;
    top: 0;
    left: 168px;
    width: 190px;
    background: #1CA049;
    opacity: 1 !important;
}

div#menu-contaer ul.subtypesGroup li span{
    color: white;
    padding-left: 35px;
    text-align: left;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid #1A874E;
    text-shadow: 1px 1px 1px #155925;
    border-left: 1px solid rgba(255,255,255,0.2);
}

div#menu-contaner ul.subtypesGroup li span.departamento:hover, div#menu-contaner ul.subtypesGroup li span.casa:hover,
div#menu-contaner ul.subtypesGroup li span.rancho:hover, div#menu-contaner ul.subtypesGroup li span.oficina:hover,
div#menu-contaner ul.subtypesGroup li span.bodega:hover, div#menu-contaner ul.subtypesGroup li span.terrenocomercial:hover,
div#menu-contaner ul.subtypesGroup li span.terrenohabitacional:hover, div#menu-contaner ul.subtypesGroup li span.terrenoindustrial:hover,
div#menu-contaner ul.subtypesGroup li span.todo:hover, div#menu-contaner ul.subtypesGroup li span.casacondominio:hover,
div#menu-contaner ul.subtypesGroup li span.cuarto:hover, div#menu-contaner ul.subtypesGroup li span.edificio:hover,
div#menu-contaner ul.subtypesGroup li span.local:hover, div#menu-contaner ul.subtypesGroup li span.naveindustrial:hover,
div#menu-contaner ul.subtypesGroup li span.desarrollo:hover{
    color: #90D113;
}

div#menu-contaner ul.subtypesGroup li span.desarrollo{
    background: url("/themes/margarita/img/Home/development-ico-menu.png") no-repeat 11px 7px transparent;
    padding-left: 35px;
    background-size: 16px;
}
div#menu-contaner ul.subtypesGroup li span.departamento{
  background: url("/themes/margarita/img/Home/ico_apartment.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}

div#menu-contaner ul.subtypesGroup li span.casa{
  background: url("/themes/margarita/img/Home/ico_house.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.rancho{
  background: url("/themes/margarita/img/Home/ico_ranch.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.oficina{
  background: url("/themes/margarita/img/Home/ico_office.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.bodega{
  background: url("/themes/margarita/img/Home/ico_cellar.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.terrenocomercial{
  background: url("/themes/margarita/img/Home/ico_zone.png") no-repeat 12px 11px transparent;
  padding-left: 35px;
  background-size: 15px;
}
div#menu-contaner ul.subtypesGroup li span.terrenohabitacional{
  background: url("/themes/margarita/img/Home/ico_zone.png") no-repeat 12px 11px transparent;
  padding-left: 35px;
  background-size: 15px;
}
div#menu-contaner ul.subtypesGroup li span.terrenoindustrial{
  background: url("/themes/margarita/img/Home/ico_realestate.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.cuarto{
  background: url("/themes/margarita/img/Home/room.png") no-repeat 10px 8px transparent;
  padding-left: 35px;
  background-size: 12px;
}
div#menu-contaner ul.subtypesGroup li span.casacondominio{
  background: url("/themes/margarita/img/Home/home_condo.png") no-repeat 9px 6px transparent;
  padding-left: 35px;
  background-size: 18px;
}
div#menu-contaner ul.subtypesGroup li span.local{
  background: url("/themes/margarita/img/Home/ico_warehouse.png") no-repeat 12px 6px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.edificio{
  background: url("/themes/margarita/img/Home/ico_building.png") no-repeat 12px 6px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.naveindustrial{
  background: url("/themes/margarita/img/Home/ico_warehouse.png") no-repeat 12px 5px transparent;
  padding-left: 35px;
}
div#menu-contaner ul.subtypesGroup li span.todo{
    background: url("/themes/margarita/img/Home/icon-earth.png") no-repeat 11px 7px transparent;
    padding-left: 35px;
}

/* ----------- Footer ----------- */

div.tools_dock_bar{
/*  margin-left: 0px;
  z-index: 100000;
  position: fixed;
  bottom: 0;
  width: 100%;*/
}

div.tools_dock_bar div#tool_container{
/*  position: relative;*/
  display: block;
  height: 31px;
  margin-left: 12px;
  margin-right: 10px;
}
div.tools_dock_bar div.services_card a.close,
div.tools_dock_bar div.services_bar a{
  display: block;
  width: 355px;
  height: 20px;
  padding-top: 8px;
  padding-left: 9px;
  text-align: left;
  color: #FFFFFF;
  border-right: 1px solid #404040;
  cursor: pointer;
}

div.tools_dock_bar div.services_card a.close:hover,
div.tools_dock_bar div.services_bar a:hover{
  color: #CCCCCC;
}

div.tools_dock_bar span.arrow_white_small{
  float: right;
  margin-right: 10px;
}

div.tools_dock_bar div.services_card{
  position: absolute;
  bottom: 0;
  width: 365px;
  height: 211px;
  border: 1px solid #000000;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #3b3b3b 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#3b3b3b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 0%,#3b3b3b 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 0%,#3b3b3b 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 0%,#3b3b3b 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #000000 0%,#3b3b3b 99%); /* W3C */
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div.services_card span.service_title{
  clear: both;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  color: #000000;
  padding-top: 8px;
  margin-left: 10px;
}

div.services_card div#service_docs{
  height: 66px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 84%, #a8a8a8 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84%,#ffffff), color-stop(99%,#a8a8a8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 84%,#a8a8a8 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 84%,#a8a8a8 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 84%,#a8a8a8 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 84%,#a8a8a8 99%); /* W3C */
}

div.services_card ul{
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

div.services_card div#service_docs ul li{
  display: inline-block;
  width: 30%;
}

div.services_card div#service_docs a{
  display: block;
  color: #333333;
  font-size: 0.88em;
}

div.services_card div#service_docs a:hover{
  color: #000000;
}

div.services_card div#service_docs a.asesorias img {
  float: left;
  padding-bottom: 5px;
  padding-right: 5px;
}

div.services_card div#service_menu{
  display: block;
  width: 100%;
  height: 111px;
}

div.services_card div#service_menu ul{
  display: block;
  width: 365px;
  overflow:hidden;
  margin-top: 5px;
}

div.services_card div#service_menu ul li{
  float:left;
  display: inline;
  width: 48%;
  height: 50px;
}

div.services_card div#service_menu ul li.service_right{
  border-left: 1px solid #444444;
}

div.services_card div#service_menu ul li.service_top{
  border-bottom: 1px solid #444444;
}

div.services_card div#service_menu ul li a{
  display: block;
  text-align: left;
  color: #FFFFFF;
  font-size: 0.9em;
  padding-top: 10px;
}

div.services_card div#service_menu ul li a:hover{
  color: #00FF00;
}

div.services_card div#service_menu ul li.service_right a{
  padding-left: 15px;
}

div.tools_dock_bar div#share_buttons{
  float: right;
  overflow: hidden;
  text-align: right;
}

div.tools_dock_bar div#share_buttons ul{
  height: 31px;
}
div.tools_dock_bar div#share_buttons ul li{
  display: inline-block;
  padding-top: 4px;
  padding-right: 5px;
  vertical-align: top;
}

div.tools_dock_bar div#share_buttons ul li span.menu_label{
  float: right;
  margin-top: 4px;
  margin-right: 5px;
  color: #FFFFFF;
}

div.tools_dock_bar div#share_buttons ul li div.fb-like{
  cursor: pointer;
}

div.tools_dock_bar div#share_buttons ul li.tw a {
  background: url("../../img/SocialMediaPlugins/twitter_simple_block.png") no-repeat scroll left top transparent;
  color: transparent;
  display: block;
  width: 66px;
  height: 20px;
  text-indent: -99999px;
  line-height: 29px;
}

div.tools_dock_bar div#comp_button{
  float: right;
  width: 155px;
  margin-left: 15px;
  padding-left: 10px;
  text-align: left;
  border-left: 1px solid #404040
}

div.tools_dock_bar div#comp_button{
    display: block;
    height: 22px;
    padding-top: 8px;
    color: #FFFFFF;
    cursor: pointer;
}

div.tools_dock_bar div#comp_card{
  position: absolute;
  display: block;
  right: 0;
  bottom: 29px;
  width: 164px;
  height: 95px;
  border: 1px solid #000000;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 84%, #a8a8a8 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84%,#ffffff), color-stop(99%,#a8a8a8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 84%,#a8a8a8 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 84%,#a8a8a8 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 84%,#a8a8a8 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 84%,#a8a8a8 99%); /* W3C */
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div.tools_dock_bar div#comp_card ul{
  width: 95%;
  margin: auto;
}

div.tools_dock_bar div#comp_card ul li{
  text-align: left;
  padding-top: 5px;
}

div.tools_dock_bar div#comp_card ul li a{
  color: #333333;
}

div.tools_dock_bar div#comp_card ul li a:hover{
  color: #00A119;
}

div.tools_dock_bar div#disclaimer_footer span{
  color: #000000;
  display: block;
  margin-top: 2px;
  margin-left: 15px;
  margin-bottom: 2px;
  font-size: 0.82em;
}

div.tools_dock_bar div#base_footer{
  width: 100%;
  height: auto;
  background: #000000; /* Old browsers */
  position: fixed;
  bottom: 0;
  z-index: 4

}

footer.footer-panel{
    width: 100%;
    height: 30px;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #3b3b3b 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#3b3b3b));
    background: -webkit-linear-gradient(top, #000000 0%,#3b3b3b 99%);
    background: -o-linear-gradient(top, #000000 0%,#3b3b3b 99%);
    background: -ms-linear-gradient(top, #000000 0%,#3b3b3b 99%);
    background: linear-gradient(to bottom, #000000 0%,#3b3b3b 99%);
    position: fixed;
    bottom: 0px;
}
/* ----------- SOPORTE ----------- */

#tool_container .soporte{
    display: block;
    overflow: hidden;
    width: 120px;
    border-right: 1px solid #666;
    float: left;
    margin-left: -12px;
    background: rgba(255,255,255,0.1);
}
#tool_container .soporte a{
    color: #fff;
    display: block;
    padding: 7px 9px 7px 13px;
    text-shadow:1px 1px 1px #000;
    background: url(/themes/margarita/img/Map/soporte.png) no-repeat 91px 8px;
    background-size: 15px;
    line-height: 17px;
}
#tool_container .soporte:hover a{
    color: #999;
    background: url(/themes/margarita/img/Map/soporte.png) no-repeat 91px -15px;
    background-size: 15px;
}
/* ----------- End Footer ----------- */

._56z-{
  display: none;
}

/*MODAL DE BUSQUEDAS Y ALERTAS UARDADAS */
#wrapper-modal-search, #wrapper-modal-alert,#wrapper-modal-search-list{
    color: #fff;
    height: auto;
    display: block;
    width: 500px;
    margin: auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 3%, #e8e8e8 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(98%,#e8e8e8));
    background: -webkit-linear-gradient(top, #ffffff 3%,#e8e8e8 98%);
    background: -o-linear-gradient(top, #ffffff 3%,#e8e8e8 98%);
    background: -ms-linear-gradient(top, #ffffff 3%,#e8e8e8 98%);
    background: linear-gradient(to bottom, #ffffff 3%,#e8e8e8 98%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#wrapper-modal-search,
#wrapper-modal-search-list{
    width: 400px;
    font-family: Arial, Helvetica, Verdana;
}

#wrapper-modal-search .head-modal-search,
#wrapper-modal-search-list .head-modal-search,
#wrapper-modal-alert .head-modal-alert{
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #020202 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(98%, #020202));
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #020202 98%);
    background: -o-linear-gradient(top, #3c3c3c 0%, #020202 98%);
    background: -ms-linear-gradient(top, #3c3c3c 0%, #020202 98%);
    background: linear-gradient(to bottom, #3c3c3c 0%, #020202 98%);
    text-shadow: 1px 1px 0px #000;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    font-size: 1.2em;
    padding: 9px 10px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}
#wrapper-activar-alerta_map .activar-ayuda-cerrar span,
#wrapper-activar-alerta_map #activar-ayuda-cancelar span {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    text-align: left;
    background: url(/themes/margarita/img/Manage/close-modal.png) no-repeat 68px 4px;
    padding: 5px 32px 5px 10px;
    background-size: 15px;
}

.head-modal-search a,
.head-modal-alert a{
    margin-right: 9px;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 20px;
    text-indent: -9999px;
    background: url("/themes/margarita/img/Manage/close-modal.png") no-repeat;
    float: right;
    background-size: 18px;
}
.head-modal-search a:hover,
.head-modal-alert a:hover{
    background: url("/themes/margarita/img/Manage/close-modal.png") no-repeat 0px -48px;
    background-size: 18px;
}
#wrapper-modal-search .cont-modal-search,
#wrapper-modal-search-list .cont-modal-search,
#wrapper-modal-alert .cont-modal-alert{
    padding: 10px 20px;
    width: 460px;
    color: #666;
}
#wrapper-modal-search .cont-modal-search,
#wrapper-modal-search-list .cont-modal-search{
    width: 360px;
}
#wrapper-modal-search .cont-modal-search p.title-mdl,
#wrapper-modal-alert .cont-modal-alert p.title-mdl,
#wrapper-modal-search-list .cont-modal-search p.title-mdl{
    color: #1CA049;
    font-size: 1.5em;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal;
    margin: 0 0 8px 0;
}
.cont-modal-alert img{
  float: right;
  height: 42px;
  margin-top: 13px;
  margin-left: 15px;
}
.cont-modal-alert p.title-modal-alert{
    margin: 7px 0px 3px;
    color: #80B214;
    font-size: 1.3em;
    text-shadow: 1px 1px 1px #fff;
    padding-left: 21px;
    background: url(/themes/margarita/img/Manage/arrow-services-edit.png) 3px 3px no-repeat;
    background-size: 12px;
    font-weight: bold;
}

#wrapper-modal-search .btn-modal-search,
#wrapper-modal-alert .btn-modal-alert,
#wrapper-modal-search-list .btn-modal-search{
    overflow: hidden;
    width: 460px;
    margin: auto;
    padding:0 20px 18px;
}
#wrapper-modal-search .btn-modal-search,
#wrapper-modal-search-list .btn-modal-search{
    width: 360px;
}
#wrapper-modal-search .btn-modal-search a,
#wrapper-modal-alert .btn-modal-alert a,
#wrapper-modal-search-list .btn-modal-search a{
    margin: auto;
    padding: 5px 7px 0px;
    width: 200px;
    height: 22px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    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%);
    text-shadow: 1px 1px rgb(103,153,16);
    display: block;
}
#wrapper-modal-search .btn-modal-search:hover a,
#wrapper-modal-alert .btn-modal-alert:hover a,
#wrapper-modal-search-list .btn-modal-search:hover a{
    color: #333;
    text-shadow: 1px 1px 0px #A7D32F;
    background: #7FAF15;
}


/*NO SIRVE*/

header{
  ul.btn-map{
      float: left;
      margin-top: 10px;
      padding-left: 33px;
      padding-right: 25px;
      li{
        height: inherit;
        a{
          cursor: pointer;
          display: block;
          padding: 5px 0 0 0;
          width: 8em;
          height: 20px;
          text-align: center;
          line-height: inherit;
        }
      }
  }
  span.new_icon{
    font-size: 0.88em;
    color: #27C520
  }
  span.open_tooltip_icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
    background: url("@{url}UI/cucu_show_tooltip.png") no-repeat center;
  }
  span.arrow_close{
    background-position: bottom;
  }
  div.current_location_container{
    display: block;
    position: relative;
    width: 350px;
    margin: 0 auto;
    span{
      color: #FFFFFF;
    }
    span.txtgris{
      color: #ddd;
    }
    span#change_current_state{
        color: #87c815;
        font-size: 0.88em;
        background: url("@{url}UI/green-arrow-header.png") no-repeat right top;
        padding-right: 18px;
        &:hover{
            color: #fff;
          font-size: 0.88em;
          cursor: pointer;
          background: url("@{url}img/UI/green-arrow-header.png") no-repeat right -21px;
        }
    }
  }
  div#state_list{
    border: 2px solid @gris-obscuro;
    width: 500px;
    height: 260px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 20;
    .radius5x();
    text-align: left;
    .gris-btn;
  }
  ul#state_list_table{
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    li{
        height: 22px;
        vertical-align: middle;
        display: block;
        float: left;
    }
    li.first_column{
        width: 168px;
      }
      li.last_column{
        width: 123px;
    }
    li.middle_column{
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        width: 176px;
    }
    span{
      font-size: 1.08em;
      color: @gris-medio;
      padding-left: 15px;
      &:hover{
        color: @gris-claro;
        cursor: pointer;
      }
    }
  }
  div.current_location_frame{
    width: 350px;
    padding-top: 14px;
    height: 29px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    outline: #404040 solid 1px;
    text-align: center;
    background: none;
  }
}

.ui-autocomplete-input.show{
    display: none !important;
}
