/*
 * SEARCH AUTOCOMPLETE
 *
 * Sponsored by:
 * www.axiomcafe.fr
 */

/**
 * THEME ut-theme
 * 
 * 1- duplicate this file
 * 2- rename this "your theme".css
 * 3- Change all instance of ut-theme by your-theme
 * 4- Change MY_COLOR by the color you like
 */


/* AUTOCOMPLETE */
input[data-sa-theme="ut-theme"].ui-autocomplete {
  position: absolute;
  cursor: default;
}
* html input[data-sa-theme="ut-theme"].ui-autocomplete {
  width: 1px; /* without this, the menu expands to 100% in IE6 */
}

input[data-sa-theme="ut-theme"].ui-widget-content {
  background: none;
  border-radius: 0px;
  color: #000000;
  border: 1px solid #c8c8c8;
  box-shadow: 2px 2px 2px -1px rgba(128,128,128,0.6);
  position: absolute;
  background-color: #4b3d73;
  font-family: Arial,Tahoma,"Bitstream Vera Sans",sans-serif;
  font-size: 1em;
}

/* AUTOCOMPLETE MENU */
ul[data-sa-theme="ut-theme"] div {
  display: block;
}
ul[data-sa-theme="ut-theme"].ui-menu {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: block;
  float: left;
  min-width: 350px;
}
ul[data-sa-theme="ut-theme"].ui-menu .ui-menu {
  margin-top: -3px;
}
ul[data-sa-theme="ut-theme"].ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;  
  line-height: 14px;
  font-size: 12px;
}
ul[data-sa-theme="ut-theme"].ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0;
}
ul[data-sa-theme="ut-theme"].ui-menu .ui-menu-item a {
  font-weight: normal;
  margin: -1px;
}

#views-exposed-form-ut-medicine-services-page a, 
#views-exposed-form-types-of-cancer-list-page a {color:#000000 !important; }
#views-exposed-form-ut-medicine-services-page a:hover, 
#views-exposed-form-types-of-cancer-list-page a:hover {color:#ffffff !important;}
#views-exposed-form-types-of-cancer-list-page .form-item-search-types-of-cancer {position:relative;}

#views-exposed-form-types-of-cancer-list-page .bleed.photo-bleed {overflow:visible;position:relative;}
#views-exposed-form-types-of-cancer-list-page .bleed.photo-bleed .bg-photo {height:395px;overflow:hidden;}
#edit-search-types-of-cancer {overflow:visible;}

#views-exposed-form-types-of-cancer-list-page .bleed.photo-bleed, 
#views-exposed-form-types-of-cancer-list-page .process .photo-bleed.process-item:nth-child(2n+1) {position:relative;z-index:100;}

#views-exposed-form-types-of-cancer-list-page .bleed.photo-bleed a.button-transparent {color:#ffffff !important;;}


/* Interaction States */
ul[data-sa-theme="ut-theme"] .ui-state-hover {
  background: none;
  border: none;
  border-radius: 0px;
  background-color: #15748c;                       // <= change here
  color: #ffffff;
}
ul[data-sa-theme="ut-theme"] .ui-autocomplete-fields {
  padding: 5px 6px;
  overflow: hidden;
}
ul[data-sa-theme="ut-theme"] .ui-menu-item-first {
  border-top: 1px solid #15748c;                   // <= change here
}
ul[data-sa-theme="ut-theme"] .ui-autocomplete-field-title {
  text-align: left;
  font-size: 1.3em;
}
ul[data-sa-theme="ut-theme"] .ui-autocomplete-field-term {
  font-weight: bold;
}
ul[data-sa-theme="ut-theme"] .ui-autocomplete-field-group {
  background-position: right top;
  background-repeat: no-repeat;
  color: #000000;                                  // <= change here
  float: right;
  position: relative;
  right: 5px;
}
