﻿div#batchOutputConfigPanelContainer > div {
  margin: auto; }

div#totalReportsLabelContainer, div#batchReportSuccess {
  width: 515px;
  margin-left: auto;
  margin-right: auto; }

#scheduleTabPanel label {
  padding-right: 0.5em; }

#batchReportBuilder div.batchReportBuilderCard {
  display: none; }

#batchReportBuilder div.batchReportBuilderCard.defaultCard {
  display: block; }

#batchReportConfigure, #batchReportSuccess {
  padding: 1.5em; }

#batchReportConfigure > div {
  margin-top: 1em; }

#availableReports, #selectedReports {
  top: 85px;
  bottom: 75px;
  width: 40%;
  position: absolute; }

#availableReports > div, #selectedReports > div {
  border: 1px solid silver;
  height: 100%;
  overflow: auto; }

#reportPreviewFrame {
  border: 1px solid silver; }

#availableReports {
  left: 5%; }

#selectedReports {
  right: 5%; }

#builderButtons {
  position: absolute;
  bottom: 22px;
  right: 5%; }

#builderButtons div.batchNavButton {
  float: right;
  margin-left: 10px; }

#tocToggle {
  position: absolute;
  top: 65px;
  left: 55%; }

#moveButtons {
  position: absolute;
  top: 45%;
  left: 48.5%;
  height: 40px;
  width: 30px; }

#moveButtons button {
  border: none;
  background-color: transparent;
  display: block; }

.sectionLabel {
  font-weight: bold; }

div.selected-report-selector {
  padding: 2px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #7EADD9; }

img.dropdown-icon {
  height: 18px;
  width: 16px;
  border: 0;
  margin: 0 0.5em 0 0;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px; }

/* Bug Fix: 1132235 - Report Binder - Excel Export - "Panes to Export" text is clipped */
#xlsPaneTypes .x-fieldset-header-text {
  padding: 2px 0; }

/* Bug Fix: 1137974 - Report Binder - shading on "Execute Binder" section */
#scheduleTabPanel .x-panel-body-default {
  background: none; }

