#tpsodl_search_Input {
  font-size: 19px;
  border: none;
  padding-left: 10px;
}
#tpsodl_search_Input:focus {
  outline:none;
}
#dropdown_search_div{
  display: flex; 
  justify-content: space-between; 
  margin-top: 5%;
}
.custom_search_dropdown {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#dropdown_search_div{
  border-bottom: 0.5px solid #ddd;
}
.custom_search_dropdown_content {
  margin-top: 3%;
  padding-left: 5%;
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  max-height: 430px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  border-radius: 5px;
}
.custom_search_dropdown_content a {
  color: navy;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  width: 80%;
  font-weight:500;
}
.custom_search_dropdown_content a:hover {
  color: navy;
  font-weight: bolder;
}
.tp_list_div:hover{
  background-color: #ddd;
}
.custom_search_show {
  display: block;
}
.find-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-find2.svg") no-repeat;
}
.bookmark-icon {
  background: transparent url("../../tp_custom_search_tool/icons/custom-Bookmark.svg") no-repeat;
}
.viewproposedschemes-icon {
  background: transparent url("../../tp_custom_search_tool/icons/viewproposedschemes-icon.png") no-repeat;
}
.consumerreports-icon {
  background: transparent url("../../tp_custom_search_tool/icons/consumerreports-icon.png") no-repeat;
}
.manageworkorders-icon {
  background: transparent url("../../tp_custom_search_tool/icons/manageworkorders-icon.png") no-repeat;
}
.ors-icon {
  background: transparent url("../../tp_custom_search_tool/icons/ors-icon.png") no-repeat;
}
.dynamicquerybuilder-icon {
  background: transparent url("../../tp_custom_search_tool/icons/dynamicquerybuilder-icon.png") no-repeat;
}
.schemereports-icon {
  background: transparent url("../../tp_custom_search_tool/icons/schemereports-icon.png") no-repeat;
}
.sketch-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-sketch.svg") no-repeat;
}
.buffer-icon {
  background: transparent url("../../tp_custom_search_tool/icons/custom-buffer.svg") no-repeat;
}
.networksummary-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-connectivity.svg") no-repeat;
}
.trace-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-trace.svg") no-repeat;
}
.plot-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-print.svg") no-repeat;
}
.downloads-icon {
  background: transparent url("../../tp_custom_search_tool/icons/download_lg2.svg") no-repeat;
}
.objectdetails-icon {
  background: transparent url("../../tp_custom_search_tool/icons/smallworld_cube_sm.svg") no-repeat;
}
.objectlegends-icon {
  background: transparent url("../../tp_custom_search_tool/icons/objectlegends-icon.png") no-repeat;
}
.audithistory-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-history2.svg") no-repeat;
}
.emailtool-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-email2.svg") no-repeat;
}
.assetsearch-icon {
  background: transparent url("../../tp_custom_search_tool/icons/icon-find2.svg") no-repeat;
}
.previousview-icon {
  background: transparent url("../../tp_custom_search_tool/icons/previousview-icon.png") no-repeat;
}
.nextview-icon {
  background: transparent url("../../tp_custom_search_tool/icons/nextview-icon.png") no-repeat;
}
.home-icon {
  background: transparent url("../../tp_custom_search_tool/icons/home-icon.png") no-repeat;
}
.measure-icon {
  background: transparent url("../../tp_custom_search_tool/icons/measure-icon.png") no-repeat;
}
.osm-icon {
  background: transparent url("../../tp_custom_search_tool/icons/osm-icon.png") no-repeat;
}
.draganddrop-icon {
  background: transparent url("../../tp_custom_search_tool/icons/draganddrop-icon.png") no-repeat;
}
.clear-icon {
  background: transparent url("../../tp_custom_search_tool/icons/clear-icon.png") no-repeat;
}
.colourbytool-icon {
  background: transparent url("../../tp_custom_search_tool/icons/colourbytool-icon.png") no-repeat;
}
.maplayer-icon {
  background: transparent url("../../tp_custom_search_tool/icons/maplayer-icon.png") no-repeat;
}
.fullmapview-icon {
  background: transparent url("../../tp_custom_search_tool/icons/fullmapview-icon.png") no-repeat;
}
.projection-icon {
  background: transparent url("../../tp_custom_search_tool/icons/projection-icon.png") no-repeat;
}
.copycoordinates-icon {
  background: transparent url("../../tp_custom_search_tool/icons/copycoordinates-icon.png") no-repeat;
}
.currentlocation-icon {
  background: transparent url("../../tp_custom_search_tool/icons/currentlocation-icon.png") no-repeat;
}
.printmap-icon {
  background: transparent url("../../tp_custom_search_tool/icons/printmap-icon.png") no-repeat;
}
.usermanual-icon {
  background: transparent url("../../tp_custom_search_tool/icons/usermanual-icon.png") no-repeat;
}
.fileServer-icon {
  background: transparent url("../../tp_custom_search_tool/icons/fileServer-icon.png") no-repeat;
}  
.addresssearch-icon {
  background: transparent url("../../tp_custom_search_tool/icons/addresssearch-icon.png") no-repeat;
}
.direction-icon {
  background: transparent url("../../tp_custom_search_tool/icons/direction-icon.png") no-repeat;
}
.walkingseq-icon {
  background: transparent url("../../tp_custom_search_tool/icons/walkingseq-icon.png") no-repeat;
}
.highlight{
  background: orange;
  font-weight: bolder;
}
.highlight::-webkit-input-placeholder{
  color: black;
  background: orange;
  width: fit-content;
}
.highlight::-ms-input-placeholder{
  color: black;
  background: orange;
  width: fit-content;
}
.highlight::-moz-placeholder{
  color: black;
  background: orange;
  width: fit-content;
}