
.StandeStyle-view {
  display: none;
  background-color: white;
  color: black;
  z-index: 1001;
  position: absolute;
  border: 1px solid #AAAAAA;
}

.StandeStyle-filteringInputBox {
  background-color: transparent;
  width: 100%;
  float: left;
}

.StandeStyle-filteringInput {
  font-size: 16px;
  padding: 2px;
  height: 30px;
  width: 80%;
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
}

form.form input[type="text"].StandeStyle-filteringInput {
  width: 80% !important;
}

.StandeStyle-closeButton {

  background-color: transparent;
  text-align: center;
  float: right;
  
/**
    background-color: #aaaaaa;
    text-align: center;
    float: right;
    border-radius: 1em;
    color: white;
    margin: 5px;
    height: 16px;
    width: 16px;
    font-size: 0.5em;
    padding-top: 1.0px;
*/
}

.StandeStyle-closeButton .emoji {
    height: 0.8em !important;
    width:  0.8em !important;
}

.StandeStyle-infoBar {
  background-color: transparent;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  color: #555555;
  float: left;
}

.StandeStyle-listBox {
  overflow-y: scroll;
  float: left;
  width: 100%;
  height: 300px !important;
  -webkit-overflow-scrolling: touch;
}

.StandeStyle-companyList {
  list-style: none !important;
  padding: 0;
  border-top: 1px solid rgba(220,220,220,220.4);
  border-bottom: 0px;
  margin: 0 !important;
}

.StandeStyle-companyItem {
  list-style: none !important;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid rgba(220,220,220,220.4);
  margin: 0 0 0 0px !important;
}


.StandeStyle-companyItem:hover {
  background-color: rgba(237,237,237,237.2);
}

.StandeStyle-companyName {
  line-height: 1.5em !important;
  font-size: 16px;
  font-weight: normal;
}

.StandeStyle-otherInfo {
  line-height: 1.5em !important;
  font-size: 12px;
  color: #888888;
}

.StandeStyle-matchedText {
  background-color: lightpink;
}

.StandeStyle-cursoredItem {
  background-color: #f3f3f3;
}

.StandeStyle-stopScrolling {
/**
  height: 100%;
  overflow: hidden;
**/
}
