body {
  padding-top: 60px;
  background: #eee; }

h1, h2 {
  margin-top: 0; }

h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.form-control[readonly] {
  background-color: #fff; }

.custom-field-name {
  text-align: right; }

table.quote tbody + tbody {
  border-top: none; }
table.quote td {
  border-top: none !important; }
table.quote td.foo {
  border-top: 1px solid #ccc !important; }
table.quote #annual-premium td {
  padding-top: 20px; }
table.quote td.sort {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%; }
  table.quote td.sort .sorter {
    font-size: 1.2em;
    margin-top: 0.2em; }
table.quote td.key {
  padding-left: 25px; }
table.quote .section td {
  padding-top: 30px;
  font-weight: bold;
  border-bottom: 1pt solid #eee; }
table.quote .heading {
  background: #eee;
  font-weight: bold; }

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  display: none; }

#loading-image {
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -24px;
  z-index: 100; }

table.sorting-table {
  cursor: move; }

table tr.sorting-row td {
  background-color: #ccc; }
