/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

div#search-box .selectize-input {
  background:url(/images/style/icon-magnifier.png) 9px center no-repeat #fff;
  font-size:0.875em;
  line-height:40px;
  margin:0;
  padding:0 115px 0 39px;
  width:100%;
  box-sizing:border-box;
  height:40px;
  border:1px solid #cccccf;
  border-radius: 5px;
  color:#aaaaaf;
  position:relative;
  z-index:11;
  box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;
}
div#search-box .selectize-dropdown {
  position: absolute !important;
  z-index:10 !important;
  border-left:1px solid #ceccd1 !important;
  border-right:1px solid #ceccd1 !important;
  border-bottom:1px solid #ceccd1 !important;
  background:#f0f0f0 !important;
  padding:10px 10px 10px 10px !important;
  margin:-3px 0 0 0 !important;
  box-sizing: border-box !important;
  border-radius: 0 0 5px 5px !important;
  max-height:400px;
  overflow:auto;
}
div#search-box div.selectize-input input[type=text]{
  box-shadow:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  height:38px !important;
  line-height:38px !important;
  outline:none !important;
}
div#search-box div.selectize-dropdown-content table{
  background:#fff !important;
  border:1px solid #f0f0f0 !important;
  margin-bottom:-1px  !important;
  border-spacing:0;
  width:100%;
  cursor:pointer;
  color:#0b3b7b;
}
div#search-box div.selectize-dropdown-content td{
  padding:6px 10px;
  border:none;
  font-size:0.875em;
  background:none;
  vertical-align:middle;
}
div#search-box div.selectize-dropdown-content td.image {
  padding-right:14px;
  width:40px;
}
div#search-box div.selectize-dropdown-content td.image div{
  width:40px !important;
  height:24px !important;
  background-size:cover !important;
}
div#search-box div.selectize-dropdown-content td.price{
  text-align:right;
  font-weight:bold;
}
div#search-box div.selectize-dropdown-content table:hover{
  background:#0b3b7b !important;
  color:#fff;
}
