/*!
 * SelectTypeahead
 *
 * A configurable, super simple and extremely fast typeahead solution
 * for <select> elements.
 *
 * Copyright 2017 Anders Evenrud <andersevenrud@gmail.com>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * @version 0.7.3
 * @package SelectTypeahead
 * @author Anders Evenrud <andersevenrud@gmail.com>
 * @license MIT
 */.SelectTypeahead{position:relative;border:1px solid #e6e6e6;color:#000}.SelectTypeahead *{box-sizing:border-box}.SelectTypeahead>button{margin:0;padding:0;display:inline-block;text-align:center;width:20px;cursor:pointer;font:inherit;white-space:nowrap;line-height:1}.SelectTypeahead>button::-moz-focus-inner{border:0;padding:0}.SelectTypeahead>input{margin:0;padding:0;display:inline-block;width:calc(100% - 20px);font:inherit;white-space:nowrap;overflow:hidden;line-height:1;border:0 none}.SelectTypeahead>ul{display:none;position:absolute;top:100%;left:0;list-style-type:none;margin:0;padding:0;max-height:200px;overflow:auto;z-index:9999999;border:1px solid currentColor;background:#fff}.SelectTypeahead>ul>li{margin:0;padding:0;cursor:pointer}.SelectTypeahead>ul>li.invisible{display:none}.SelectTypeahead>ul>li>span{white-space:nowrap}.SelectTypeahead>ul>li.active,.SelectTypeahead>ul>li:hover{background-color:#e6e6e6}
/*# sourceMappingURL=select-typeahead.min.css.min.map*/