.ac_results li.ac_even.ac_over,
.ac_results li.ac_odd.ac_over {
  background-color: #999;
  color: white;
  cursor: pointer !important; }

/* autocomplete*/
.ac_results {
  padding: 0;
  /*overflow: hidden;*/
  z-index: 99999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  width: 256px !important; }

/*.ac_results:before {
    position: absolute;
    top: -20px;
    left: 3%;
    width: 30px;
    height: 20px;
    content:" ";
    background: url('../../images/icons/ac_arrow.png') 0 0 no-repeat;
}*/
/*.ac_input {
	border: 1px solid #000;
	padding: 1px;
	font-size: 80%;
	}*/
.ac_results ul {
  width: 100%;
  /*min-height: 143px;*/
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

.ac_results li {
  margin: 0px;
  padding: 4px 5px;
  cursor: default;
  display: block;
  /*border-bottom: 1px solid #B1B1B5;*/
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 13px;
  letter-spacing: 0 !important;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
  font-family: "roboto-r", arial; }

/*.ac_results li:first-child {
    border-top: 1px solid #B1B1B5;
}*/
.ac_results li.ac_even {
  background: #fff; }

.ac_results li.ac_odd {
  background: #eee; }

.ac_loading {
  background: white url("indicator.gif") right center no-repeat; }

/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues */
.ui-state-disabled {
  cursor: default !important; }

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Component containers
----------------------------------*/
.ui-dialog .ui-widget-header {
  border: 1px solid #7E7973;
  background: #CCC url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #333;
  font-weight: bold; }

/*.ui-dialog .ui-widget-header { border: 1px solid #7E7973; background: #CCC url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #333; font-weight: bold; }*/
.ui-dialog .ui-widget-header a {
  color: #ffffff;
  background: url(../../images/icons/bck_close_ico.gif) 50% 50% no-repeat; }

.ui-dialog.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-hover a, .ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none; }

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #85BBDF url(images/ui-bg_diagonals-thick_20_666_40x40.png) 50% 50% repeat;
  opacity: .50;
  filter: Alpha(Opacity=50);
  z-index: 10; }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .20;
  filter: Alpha(Opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  text-align: center;
  margin: 0em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.small.ui-corner-all, .small .ui-corner-all, .small .ui-corner-top, .small .ui-corner-left, .small .ui-corner-tl, .small .ui-corner-right, .small .ui-corner-tr, .small .ui-corner-all, .small .ui-corner-bottom, .small .ui-corner-left, .small .ui-corner-bl, .small .ui-corner-right, .small .ui-corner-br {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px; }

.ui-dialog.small .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: 0 1em 1.75em; }

.ui-dialog.small .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%; }

.ui-dialog.small {
  position: absolute;
  padding: 0;
  width: 300px !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  z-index: 15; }

.ui-dialog.small .ui-widget-header {
  border: 1px solid #CCCCCC;
  background-color: #CCCCCC;
  color: #000000;
  text-align: center; }

.ui-dialog.messageError .ui-widget-header {
  border: 1px solid #FF0000;
  background-color: #FF0000;
  color: #FFFFFF; }

.ui-dialog.small .ui-dialog-content {
  background: none;
  padding: 15px;
  overflow: hidden;
  position: relative;
  border: 0;
  zoom: 1; }

.ui-dialog.messageError .ui-dialog {
  border-color: #FF0000; }

.ui-dialog.messageError .ui-dialog-content, .ui-dialog.messageInfo .ui-dialog-content {
  padding: 15px 15px 15px 35px;
  background: no-repeat 15px 15px;
  text-align: left; }

.ui-dialog.messageError .ui-dialog-content {
  background-image: url("../../images/jquery_alerts/mes_error.png");
  color: #FF0000; }

.ui-dialog.messageInfo .ui-dialog-content {
  background-image: url("../../images/jquery_alerts/mes_info.png"); }

.ui-dialog .ui-dialog-buttonpane .button_orange,
.ui-dialog .ui-dialog-buttonpane .button_orange:hover {
  border: none;
  outline: 0; }

.ac_results .withFooter li:last-child {
  border: 1px solid #d9e8f3;
  border-top: none;
  padding: 10px;
  position: absolute;
  bottom: -38px;
  left: -1px;
  right: -1px;
  background: #fff;
  background-size: 25px;
  color: #0e3bb1;
  text-align: right;
  text-decoration: underline; }
  .ac_results .withFooter li:last-child:hover {
    background-color: #d9e8f3;
    cursor: pointer; }
  .ac_results .withFooter li:last-child.ac_over {
    background-color: #d9e8f3;
    color: #0e3bb1;
    cursor: pointer !important; }

div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  width: 100%;
  padding: 3px 25px 0px 2px;
  line-height: 24px; }
  div.tagsinput span.tag {
    border: 1px solid #ccc;
    display: block;
    float: left;
    padding: 0 5px;
    text-decoration: none;
    background: #ddd;
    color: #333;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 20px; }
  div.tagsinput input {
    width: 105px;
    margin: 0px;
    font-size: 12px;
    border: 1px solid transparent;
    line-height: 20px;
    height: 22px;
    padding: 0 5px;
    background: transparent;
    color: #333;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px; }

div.tagsinput span.tag a {
  font-weight: bold;
  color: #000 !important;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  top: -1px; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
  float: none !important; }

.not_valid {
  background: #FBD8DB !important;
  color: #ff0000 !important; }

/*# sourceMappingURL=ui_all.css.map */
