/* Copyright 2008 Google, Inc. All rights reserved. */

/* CSS for Focus*/

.ac-renderer {
  background: #E0ECFF;
  border: 1px solid #666;
  color: #00C;
  margin: 0px 0px;
  padding: 0px 0px 1px 0px;
  position: absolute;
  text-align: left;
  z-index: 10;
}

.ac-renderer div {
  cursor: pointer;
  margin: 2px;
  padding: 0px 10px;
}

.ac-renderer div b {
  color: #00F;
}

.ac-renderer div.active {
  background: #C3D9FF;
}

.goog-contacts-ui-autocomplete-new-section {
  border-top: 1px solid #666;
  padding-top: 2px;
}


/* CSS for OnePick*/

.picker-dialog {
  background: #fff;
  border: 1px solid #acacac;
  box-shadow: rgba(0, 0, 0, .2) 0 4px 16px;
  outline: none;
  position: absolute;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 4px 16px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0 4px 16px;
  z-index: 1002;
}

.picker.modal-dialog-content {
  border: 0;
  height: 370px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 705px;
}

.picker.modal-dialog-bg {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1001;
}

.picker.modal-dialog-title,
.picker.modal-dialog-buttons {
  display: none;
}

.picker-frame {
  border: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
