.ac_results {
  background: #FFFFFF;
  border: 1px solid #000;
  width: 271px !important;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: #FFFFFF;
}

#search_block_top {
  position: relative;
}
#search_block_top .fa-search {
  border: 1px solid #000;
  border-radius: 3px;
  background: #151515;
  padding: 7px;
  width: 36px;
  height: 36px;
  color: #FFF;
}
#search_block_top .fa-search:hover {
  cursor: pointer;
}

form#searchbox {
  width: 100%;
  z-index: 10;
}
form#searchbox label {
  color: #333333;
}
form#searchbox input.search_query {
  max-width: 100%;
  height: 50px;
  float: left;
  border: 1px solid #999999;
  border-radius: 0;
  background: #fff;
  color: #999;
}
form#searchbox .btn {
  float: left;
  background: #fff;
  border: 0 none;
  right: 1px;
  position: absolute;
  color: #999;
  height: 38px;
  top: 1px;
  border-radius: 0;
}
form#searchbox .btn:hover {
  color: #1463a9;
}

.btn_search {
  display: none;
}

@media (min-width: 1170px) {
  .ApColumn .block.btn_search {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    top: 4px;
    right: 88px;
    font-size: 14px;
  }

  .btn_search {
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    text-align: right;
  }
  .rtl .btn_search {
    text-align: left;
  }
  .btn_search em {
    display: none;
  }
  .btn_search p {
    margin-bottom: 0px;
  }

  #search_block_top {
    position: absolute;
    width: 0%;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 70px;
    bottom: 0px;
    overflow: hidden;
    transition: width 0.1s;
  }
  #search_block_top.showsearch {
    width: 100%;
    border-bottom: 1px solid #999999;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #search_block_top.showsearch form#searchbox input.search_query {
    border: 1px solid black;
    padding: 7px;
    background-color: #FFFFFF;
  }
  #search_block_top.showsearch form#searchbox .btn {
    border: 0 none;
    display: none;
  }
  #search_block_top.showsearch:hover {
    border-color: #1463a9;
  }
}

/*# sourceMappingURL=blocksearch.css.map */