﻿.ac-s-container {
  position: relative;
  width: 100%;
  height: 50px;
  border: none; }

.ac-s-container > .ac-s-input-container {
  position: relative;
  height: 100%;
  overflow: hidden; }

.ac-s-container > .ac-s-input-container > input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  padding-left: 42px;
  padding-right: 50px;
  color: #666666;
  background-color: #E9E9E9; }

.ac-s-container > .ac-s-input-container > input:focus-visible {
  outline: none; }

.ac-s-container > .ac-s-input-container.focus {
  outline: 2px solid darkblue; }

.ac-s-container > .ac-s-input-container > i {
  position: absolute;
  top: 17px;
  left: 15px;
  font-weight: 600; }

.ac-s-container > .ac-s-input-container > button {
  cursor: pointer; }

.ac-s-container > .ac-s-input-container > input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.ac-s-container > .ac-s-input-container > input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
.ac-s-container > .ac-s-input-container > input[type="search"]::-webkit-search-decoration,
.ac-s-container > .ac-s-input-container > input[type="search"]::-webkit-search-cancel-button,
.ac-s-container > .ac-s-input-container > input[type="search"]::-webkit-search-results-button,
.ac-s-container > .ac-s-input-container > input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.ac-s-result ul {
  position: relative;
  z-index: 2;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  list-style-type: none;
  padding: 15px 10px;
  background-color: white; }

.ac-s-input-container.focus + .ac-s-result ul {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  border-left: 2px solid darkblue;
  border-right: 2px solid darkblue;
  border-bottom: 2px solid darkblue; }

.ac-s-result ul li {
  padding: 5px;
  margin: 10px 0px;
  background-color: #f0f0f0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  box-sizing: initial; }

.ac-s-result ul li a {
  text-decoration: none;
  color: initial;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between; }

.ac-s-result ul li a:focus {
  outline: 1px solid black; }

.ac-s-result ul li i {
  margin-right: 10px;
  margin-left: 5px; }

.ac-s-result ul li i, .ac-s-result ul li span {
  pointer-events: none; }

.ac-s-result ul li span.result {
  font-weight: 700; }

.ac-s-result ul li span.result .match {
  font-weight: normal; }

.ac-s-result ul li.direct-link span.direct-link {
  color: #0000ee;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 50%;
  min-width: 20%;
  text-align: right; }

.ac-s-container > .ac-s-input-container > button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%; }

.ac-s-container > .ac-s-input-container > button > span {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600; }

.u-hidden {
  display: none; }

.br {
  /*default border radius*/
  border-radius: 8px; }

.br-large {
  border-radius: 25px; }

.no-br-btm {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.bs {
  /*default box shadow*/
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px 4px; }

.uc {
  text-transform: uppercase; }

.of-ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-color {
  background-color: darkblue;
  color: white; }

