﻿#divSearchHolder img {
  position: relative;
  top: 3px;
  float: right;
  padding-right: 3px;
}

#divCwAccountSearchHolder img {
  position: relative;
  top: 3px;
  float: right;
  padding-right: 3px;
}

#divUsageAuditAccountSearchHolder img {
  position: relative;
  top: -15px;
  float: right;
  padding-right: 3px;
}

#divUsageAuditAccountSearchHolder {
  width: 350px;
  margin-top: 7px;
  border: 1px solid #686868;
  height: 21px;
  margin-right: 10px;
}

input.watermark {
  color: #686868;
  font-style: italic;
  font-size: 11px;
}

input.loaded {
  font-size: 11px;
  font-style: normal;
  color: #000;
}

input.typeahead {
  margin-top: 2px;
  margin-left: 5px;
  width: 165px;
  border: none;
}

input.typeaheadCW {
  margin-top: 2px;
  margin-left: 5px;
  width: 195px;
  border: none;
}

input.typeaheadUsageAduit {
  margin-top: 2px;
  margin-left: 5px;
  width: 330px;
  border: none;
}

input.typeahead::-ms-clear {
  display: none;
}

.tt-menu {
  width: 105px;
  margin: 5px 0;
  padding: 8px 0;
  background-color: #fff;
  position: relative !important;
  left: 2px !important;
  margin-bottom: 5px;
  font-size: 11px;
  max-height: 200px;
  overflow-y: auto;
}

#divSearchHolder .tt-menu {
  background-color: #fff;
  border: 1px solid #686868;
  cursor: pointer;
  height: auto;
  margin-top: 3px;
  max-height: 300px;
  overflow-y: auto;
  padding: 1px 0;
  text-align: left;
  text-indent: 5px;
  width: 380px;
  font-size: 11px;
  font-style: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative !important;
  left: -180px !important;
}

#divCwAccountSearchHolder .tt-menu {
  background-color: #fff;
  border: 1px solid #686868;
  cursor: pointer;
  height: auto;
  margin-top: 3px;
  max-height: 300px;
  overflow-y: auto;
  padding: 1px 0;
  text-align: left;
  text-indent: 5px;
  width: 380px;
  font-size: 11px;
  font-style: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative !important;
  left: -180px !important;
}


#divUsageAuditAccountSearchHolder .tt-menu {
  background-color: #fff;
  border: 1px solid #686868;
  cursor: pointer;
  height: auto;
  margin-top: 3px;
  max-height: 300px;
  overflow-y: auto;
  padding: 1px 0;
  text-align: left;
  text-indent: 5px;
  width: 380px;
  font-size: 11px;
  font-style: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute !important;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 11px;
  line-height: 18px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #000;
  background-color: #c2e1f4;
}

.tt-suggestion.tt-cursor {
  color: #000;
  background-color: #c2e1f4;
}

.tt-suggestion p {
  margin: 0;
}
