/**
 * @file
 * The CSS file for the bar locator.
 *
 * 2 COLUMNS
 *
 */


/****************
*  BAR LOCATOR  *
****************/

#global-filter-1 {
  left: 0;
  margin: 0 auto;
  top: 5px;
  position: relative;
  width: 100%;
}

#global-filter-1 input[type=text] {
  width: 100%;
}

#global-filter-1 .close {
  float: right;
}

#global-filter-1 .box-wrapper {
  width: 40%;
}

#global-filter-1 .form-item-field-bar-type {
  margin-left: 10px;
  width: 300px;
}

#global-filter-1 .sbHolder {
  width: 300px;
}

#global-filter-1 .sbSelector {
  background: transparent;
  position: absolute;
  width: 300px;
}

#global-filter-1 .sbOptions {
  width: 300px;
}

#block-views-bar-locator-block-1 {
  clear: both;
}

#block-global-filter-global-filter-1 {
  padding-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
}