.form-inline {
  margin: 30px 0 20px;
}

form.form-inline {
  overflow-y: hidden;
}
form.form-inline .row-fluid {
  overflow-y: hidden;
  clear: both;
}
form.form-inline .form-group {
  margin-right: 25px;
  margin-bottom: 7px;
}

form.form-inline .form-group .checkbox {
  margin-right: 10px;
}

form .form-btn-group {
  text-align: right;
  margin-bottom: 10px;
}

.form-group .input-age {
  width: 50px;
}

.form-group .input-item-name {
  width: 150px;
}

.form-group .input-date {
  width: 100px;
}

.form-group .input-number-of-visits {
  width: 50px;
}

.form-group .input-charge {
  width: 120px;
}

legend {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.col-rfm-r,
.col-rfm-f,
.col-rfm-m {
  float: left;
}

.output-column-container {
  margin-bottom: 10px;
}
.output-column-btn {
  background-color: #f9f9f9;
  padding: 5px 10px;
  margin-right: 15px;
}
.output-column-btn a,
.output-column-btn a:hover,
.output-column-btn a:active,
.output-column-btn a:focus {
  color: #666;
  text-decoration: none;
}
.output-column-btn a .glyphicon {
  margin-right: 5px;
}
.output-column-container .container-fluid {
  clear: both;
  background-color: #f9f9f9;
  margin-left: 15px;
  margin-right: 15px;
}
.output-column-container .container-fluid .form-group {
  padding: 14px 0 7px;
}

.records-count {
  display: inline-block;
  margin-top: 7px;
}

.action-button {
  float: right;
}

form.form-inline .form-group.expand-switch {
  margin-top: 2px;
  margin-bottom: 0;
}

.table-striped thead tr td {
  background-color: #0b4f6c;
  color: #fff;
  vertical-align: middle;
}

.table thead tr td {
  text-align: center;
}

.table-striped tbody tr.clerk-row td {
  background-color: #fff;
}
.table-striped.expanded tbody tr.clerk-row td {
  background-color: #7193a2;
  color: #fff;
}
.table-striped tbody tr.checkout-row {
  display: none;
}
.table-striped.expanded tbody tr.checkout-row {
  display: table-row;
}

.nav-tabs li:not(.active) a {
  background-color: #fafafa;
}

.nav-tabs li:not(.active) a {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.analyze-type-nav-tabs {
  margin-top: 10px;
}
.analyze-container {
  margin: 15px 10px 10px;
}

.notice {
  color: #c33;
}

.import .nav-tabs {
  margin-top: 30px;
}
.import .tab-pane .container-fluid {
  margin-top: 30px;
}
.import .nav-tabs .glyphicon {
  margin-right: 10px;
}

.datepicker.dropdown-menu {
  z-index: 1030;
}