/**

* Transition-timing-function property@mixin 

*/

/*background RGBA

============================================*/

/****/

/* RIGHT TO LEFT */

/**

 * Web Application Prefix Apply For Making Owner Styles

 */

/**

 *   Blocks Layout Selectors 

 */

/***********************************************************************/

/** CHECKOUT BY STEP */

.ac_results {

  background: white;

  border: 1px solid #dddddd;

  width: 271px;

  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: white;

}



#search_block_top {

  position: relative;
  padding: 4px 0; 

}
#search_block_top > .fa{
  display: none
}
#search_block_top .fa-search {

  border: 1px solid #dddddd;

  border-radius: 3px;

  background: #fcfcfc;

  padding: 7px;

  width: 30px;

  height: 30px;

}

#search_block_top .fa-search:hover {

  cursor: pointer;

}



form#searchbox {

  z-index: 10;
  position: relative;

}

form#searchbox label {

  color: #333333;

}

form#searchbox input.search_query {

  float: left;
  height: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border: none
}

form#searchbox .btn {
  float: left;
  background: #162b53;
  color: white;
  border: none;
  width: 32px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  font-size: 13px;
  top: 0;
  right: 0;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  top: 4px;
  right: 4px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(5, 174, 75,1);
  -moz-box-shadow:    0px 3px 0px 0px rgba(5, 174, 75,1);
  box-shadow:         0px 3px 0px 0px rgba(5, 174, 75,1);
}

form#searchbox .btn:hover,
form#searchbox .btn:active,
form#searchbox .btn:focus {
  outline: 0;
}
