/*! jQuery UI - v1.12.1 - 2017-01-19
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 999;
}
.ui-menu {
  list-style: none;
  padding: 5px 20px;
  margin: 0;
  display: block;
  outline: 0;
  max-width: 420px;
  background: #fff;
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.25);
  text-align: left;
}
.ui-menu:before {
  display: block;
  width: 0;
  height: 0;
  border: 10px inset;
  border-color: transparent transparent #fff;
  border-bottom-style: solid;
  border-top-width: 0;
  content: "";
  top: -9px;
}
.ui-menu .ui-menu,
.ui-menu:before {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  padding: 8px 10px;
  border-top: 1px solid #cdebed;
}
.ui-menu .ui-menu-item:first-child {
  border-top: 0;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #29373f;
}
.ui-menu .ui-menu-item-wrapper:before {
  content: "\00BB";
  display: inline-block;
  color: #39b1b7;
  margin-right: 10px;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  color: #39b1b7;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
