/*
    Theme Name: Company
    Theme URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');


body{
  font-family: Arial, san-serif;   
}
#search_field{
  width: 340px;
  padding:5px;
  border: solid 1px #999;
  border-radius: 5px;   
}

ul.af_list {
  width: 350px;
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 1px #999;
  border-radius: 5px;
  background: #ffffff;
  font-size: 12px;
  color: #000000;
      
}
li.af_item {
  cursor: pointer;
  padding: 0 5px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
li.af_hover {
  background-color: orange;
  color: black; 
}
li.af_footer {
  font-size: 0.8em;
  color: #666;
  text-align: right; 
}