div.search-popup {
  margin-top: 1px;
  padding-left: 0;
  z-index: 999 !important; }

div.search-popup-row,
div.search-popup-row-active {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
  padding: 12.5px 25px; }
  div.search-popup-row:last-child:after,
  div.search-popup-row-active:last-child:after {
    content: " ";
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 5px;
    bottom: -5px;
    left: -1px;
    background: #7aa104; }

div.search-popup-row-active {
  background: #546f03;
  border-left-color: #546f03;
  border-right-color: #546f03;
  color: #fff; }

div.search-popup-el-cnt,
div.search-popup-el-name {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left; }

div.search-popup-el-cnt {
  text-align: right;
  float: right; }

/*# sourceMappingURL=style.css.map */
