/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.impersonation-bar {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  /*left: 50%;*/
  /*margin-left: -325px;*/
  /*width: 650px;*/
  height: 15px;
  padding: 5px 10px;
  background-color: #333;

  color: #fff;

  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;

  border: 1x solid #fff;
  border-top: 0px;

  /*-moz-border-radius-bottomleft: 10px;*/
  /*border-bottom-left-radius: 10px;*/
  /*-moz-border-radius-bottomright: 10px;*/
  /*border-bottom-right-radius: 10px;*/
}

.impersonation-body {
  margin-top: 35px;
}

.impersonation-bar i {
  color: #2CADE0
}

.impersonation-bar span {
  float: right;
}

.impersonation-bar span a {
  font-weight: bold;
  text-decoration: none;
  color: #C30
}

#ui-datepicker-div { display: none; }

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
