/* Include this file in your html if you are using the CSP mode. */

.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left
}


/*Override bootstrap styles, else the typeahead suggestions are showing as empty block when list is empty */
.dropdown-menu-ui {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  font-family: 'Arial Narrow', Arial, sans-serif;
}
.dropdown-menu-ui.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu-ui .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu-ui > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu-ui > li > a:hover,
.dropdown-menu-ui > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu-ui > .active > a,
.dropdown-menu-ui > .active > a:hover,
.dropdown-menu-ui > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu-ui > .disabled > a,
.dropdown-menu-ui > .disabled > a:hover,
.dropdown-menu-ui > .disabled > a:focus {
  color: #999;
}
.dropdown-menu-ui > .disabled > a:hover,
.dropdown-menu-ui > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu-ui {
  display: block;
}
/*End of Overridden bootstrap styles*/