/*
  (c) 2013-2015 Ambris Informatique

  @module       Advanced search (AmbJoliSearch)
	*	@file		ambjolisearch16.css
	*	@author    Ambris Informatique
	*	@copyright Copyright (c) 2013 Ambris Informatique SARL
	*	@license   Commercial license
	*	Support by mail: support@ambris.com
	*/

/* search block */

#search_block_top {
  padding-top: 12px;
}
  #search_block_top #searchbox {
    float: left;
    width: 100%; }

@media (max-width: 991px) {
  #search_block_top {
    padding: 0px 15px 0px 15px;
    margin-top: 5px;
  }

  #search_block_top #searchbox {
    float: left;
    width: 100%; }
}



  #search_block_top .btn.button-search {
    background-image: url(../../../../img/icons/search.svg), linear-gradient(to bottom, #f73a38, #eb1b1a);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    border: 0.1px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
    width: 40px;
    height: 36px;
    text-align: center; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top{
    display: inline;
    height: 36px;
    border-radius: 20px;
    width: 100%;
    line-height: 36px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #7c8495;
    padding-left: 15px;
  }

  @media (max-width: 991px) {
    #search_block_top #search_query_top{
      width: 100%;
    }
  }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }


#img_search {
  justify-content: center;
  margin-right: 3px;
  width: 20px;
  height: 20px;
}

