/*!
	Defines basic styles for the claim entry page.

	**NOTE: SOME css has been devinded in bootstrap-responsive.css;
 */

.errorMessageBox {
  margin-bottom: 0px;
}

.viewpatientsBody {
  padding-top: 50px;
}

.tableAlert {
  margin-bottom: 3px !important;
  margin-top: 3px;
}

.actionCodeTextBox {
  text-align: center;
}

.sexTextBox {
  text-align: center;
}

.textSegmentArea {
  border: 1px #585858;
}

.registrationHR {
  margin-top: 10px;
}

.pageHeading {
  margin-top: 4px;
  margin-bottom: 4px;
}

.createClaimHeading {
  margin-top: -12px;
  margin-bottom: 2px;
}

textarea {
  resize: none;
}

.footerRow {
  bottom: 0;
  left: 0;
  text-align: center;
  padding-bottom: 40px;
}

.entryToolbar {
  border-top-width: 2px !important;
  border-top-color: #b1b1b1;
  -moz-border-top-color: #b1b1b1;
}

.filterBarLabel {
  width: 40px;
}

.filterBarInput {
  width: 65px;
}

.loginFooterGraphic {
  text-align: center;
  padding: 15px;
}

.viewBatchButton {
  padding-bottom: 5px;
}

.claim-content {
  overflow: visible;
}

.claimSectionSeparator {
  margin-top: 5px;
  margin-bottom: 5px;
}

form.claimEntryContent {
  padding-top: 4px;
}

form.claimEntryContent ul.nav.nav-tabs {
  margin-bottom: 7px;
}

.claimEntryContent input {
  min-height: 25px !important;
}

.claimEntryContent select {
  min-height: 25px !important;
  height: 25px !important;
  line-height: 25px;
}

.claimEntryContent .btn {
  min-height: 25px !important;
  height: 25px !important;
  line-height: 15px;
}

.claimEntryContent .add-on {
  height: 16px;
  line-height: 16px;
}

.viewPatientsInputLoading {
  background-image: url("/resources/img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 99%;
}
