/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




 */

.js-loading {
  display: none;
  height: 246px;
  left: 50%;
  margin-top: -123px;
  margin-left: -123px;
  position: fixed;
  _position: absolute;
  top: 50%;
  width: 246px;
  z-index: 10000;
  text-align: center;
}
.modal-header-primary {
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #428bca;
}

.col-md-2 label {
  line-height: 34px;
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
  padding: 16px 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: -13px;
}

.inline-text {
  margin: -16px 6px 0;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.insurance_input select.form-control {
  min-width: 210px;
}

.pdf_title {
  font-size: 32px;

  text-align: left;
  dispaly: block;
  margin: 1em 0.5em;
}

.table td.th {
  font-weight: bold;
}

.summary_table table.table-bordered,
.summary_table table.table-bordered th,
.summary_table table.table-bordered td {
  border-color: #333 !important;
}

table.table-borderless tr th,
table.table-borderless tr td {
  border: none !important;
}

a.bg-primary:hover {
  color: #fff;
  background-color: #337ab7;
  font-weight: bold;
}

