/* helpfillWrapper style
========================================================================================================================================================================================================================================*/
body .helpfillWrapper {
  position: relative;
  display: block;
}
body .helpfillWrapper input {
  padding-right: 36px;
}
body .helpfillSelector {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  min-width: 300px;
  top: 34px;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 98;
  box-shadow: 0px 3px 3px rgba(210, 210, 210, .7) !important;
}
body .helpfillSelector.top {
  position: absolute;
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
  background: #fff;
  z-index: 98;
}
body .helpfillSelector.top:after, .helpfillSelector.top:before {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body .helpfillSelector.top:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
body .helpfillSelector.top:before {
  border-left-color: rgba(211, 218, 231, 0) !important;
  border-right-color: rgba(211, 218, 231, 0) !important;
  border-bottom-color: rgba(211, 218, 231, 0) !important;
  border-top-color: rgba(220, 220, 220, 1);
  border-width: 5px;
  margin-left: -5px;
}

body .helpfillSelector:not(.top):after, .helpfillSelector:not(.top):before {
  bottom: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

body .helpfillSelector:not(.top):after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}
body .helpfillSelector:not(.top):before {
  border-left-color: rgba(211, 218, 231, 0) !important;
  border-right-color: rgba(211, 218, 231, 0) !important;
  border-top-color: rgba(211, 218, 231, 0) !important;
  border-bottom-color: rgba(220, 220, 220, 1);
  border-width: 5px;
  margin-left: -5px;
}


body .helpfillSelectorLoader.invisible {
  display: none;
}
body .helpfillSelectorLoader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}
body .helpfillSelectorListWrapper {
  max-height: 214px;
  overflow: hidden;
}
body .helpfillSelector ul {
  padding-left: 0px;
  min-height: 29px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px; 
  position: relative;
  margin-bottom: 0px;
}
body .helpfillSelector ul li {
  padding: 5px 6px;
  margin: 0;
  cursor: pointer;
  list-style: none;
  word-wrap: break-word;
}
body .helpfillSelector ul li:not(:last-child) {
  margin-bottom: 4px;
}
body .helpfillSelector ul li:hover {
  background-color: #dce1ee;
}