/* AUTOCOMPLETE */

.autocomplete {
  width: 100%;
  position: relative;
}

.ie8 .autocomplete input {
  padding-top: 8px !important;
}

.autocomplete input {
  /* line-height: 38px; */
}

.autocomplete input[textarea]:FOCUS textarea:FOCUS {
  /* line-height: 38px; */
  outline: none;
  border: none;
}

.autocomplete ul {
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  display: block;
  overflow-y: auto;
  max-height: 250px;
  overflow-x: hidden;
  line-height: 27px;
  z-index: 10;
}

.ie8 .autocomplete-wrapper {
  border-top: 1px solid #000;
}

.autocomplete-wrapper {
  position: relative;
  height: auto;
  direction: ltr;
}

.autocomplete li.autocomplete-li {
  text-align: right;
  display: block;
  list-style: none;
  width: 100% !important;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 5px;
  background-color: #fff;
  min-height: 0px !important;
  line-height: 27px;
  float: none;
  font-size: 15px;
  vertical-align: middle;
  margin-top: 0px !important;
  color: #585858;
  cursor: default !important;
}

.autocomplete li.active {
  background-color: #4bf;
}

.autocomplete .highlight {
  background-color: #E2E2E2;
}

.autocomplete li.active .highlight {
  background: #666;
  color: #fff;
}

.hsg-strip {
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -ms-transform: none !important;
  -o-transform: initial !important;
}

#loader-mask-div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}

#loader-mask-div div {
  position: fixed;
  top: 65px;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 10001;
  background: transparent url("assets/images/loading.gif") left top no-repeat;
}

#loader-div {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

#loader-div img {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0);
  width: 50px;
}

.like-hyperlink {
  color: #006cb2;
  text-decoration: underline;
  outline: 0;
  border: 0;
  background: transparent;
}

.general-panel {
  margin-bottom: 8px;
}

.iconsbar {
  display: flex;
  flex-wrap: nowrap;
}

.iconsbar__icon {
  margin: 30px;
  flex: 1 1 20%;
  text-align: center;
}

.iconsbar__icon img {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto 12px auto;
}

.iconsbar__icon p {
  margin: 0;
  font-size: 0.9em;
}

@media (max-width: 760px) {
  .iconsbar {
    flex-direction: column;
  }

  .iconsbar__icon {
    text-align: right;
    display: flex;
    align-items: center;
    margin: 10px;
  }

  .iconsbar__icon img {
    margin: 0 0 0 12px;
  }

  .hsg-step:first-child {
    padding: 0 !important;
  }

  .hsg-steps {
    padding-left: 0 !important;
  }
}