.recline-data-explorer .data-view-container {
  display: block;
  clear: both;
}

.recline-data-explorer .header .navigation,
.recline-data-explorer .header .navigation li,
.recline-data-explorer .header .pagination,
.recline-data-explorer .header .pagination form
{
  display: inline;
}

.recline-data-explorer .header .navigation {
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.recline-data-explorer .header .menu-right {
  float: right;
  margin-left: 5px;
  padding-left: 5px;
  border-left: solid 2px #ddd;
}

.header .recline-results-info {
  line-height: 28px;
  margin-left: 20px;
  display: inline;
}

/**********************************************************
  * Query Editor
  *********************************************************/

.header .recline-query-editor {
  float: right;
  height: 30px;
}

.header .recline-query-editor .input-prepend {
  margin-bottom: auto;
}

.recline-query-editor .add-on {
  float: left;
}

/* needed for Chrome but not FF */
.header .recline-query-editor .add-on {
  margin-left: -27px;
}

/* needed for FF but not chrome */
.header .recline-query-editor .input-prepend {
  vertical-align: top;
}

.header .recline-query-editor .pagination input {
  width: 30px;
  height: 18px;
  padding: 2px 4px;
  margin-top: -4px;
}

.header .recline-query-editor .pagination a {
  line-height: 26px;
  padding: 0 6px;
}

.header .recline-query-editor form button {
  vertical-align: top;
}

/**********************************************************
  * Query Editor
  *********************************************************/

.recline-filter-editor .filter-term .input-append a {
  margin-left: -5px;
}

.recline-facet-viewer .facet-summary label {
  display: inline;
}

/**********************************************************
  * Notifications
  *********************************************************/

.recline-data-explorer .notification-loader {
  width: 18px;
  margin-left: 5px;
  background: url(images/small-spinner.gif) no-repeat;
  display: inline-block;
}

.recline-data-explorer .alert-loader {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 10000;
  padding: 40px 0px 40px 0px;
  margin-top: -10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: none;
}

