.widget-drop-shadow {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
/*
 * Warning !
 * Cannot be in &.mashup because of Sharepoint.
 * The .mashup-suggest-container div is append to the body.
 */
.mashup-suggest-container {
  position: absolute;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  z-index: 30000;
}
.mashup-suggest-container ul {
  list-style-type: none;
}
.mashup-suggest-container ul li {
  padding-left: 5px;
}
.mashup-suggest-container ul li.highlighted {
  background-color: #1e69a2;
  color: #ffffff;
  cursor: pointer;
}
.mashup-suggest-container ul li .matched {
  font-weight: bold;
}
#ui-datepicker-div[style] {
  z-index: 9999999 !important;
}
