/*
 * General
 */
/*
 * General
 */
body {
  background-image: url('/img/buildings.png');
  background-position: bottom;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: 70% auto;
}
/*
 * Bootstrap
 */
.nav-image {
  height: 100%;
}
/*
 * Components
 */
.section-title {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #337ab7;
  color: #ffffff;
}
.section-options {
  text-align: right;
  padding: 5px 0px;
}
.section-options > a:not(:last-child) {
  margin-right: 30px;
}
.section-options > a.btn:not(:last-child) {
  margin-right: 10px;
}
.overlap-container {
  position: relative;
}
.overlap-container > .overlap {
  position: absolute;
  top: 0px;
  left: 0px;
}
.loader {
  height: 100px;
}
/*
 * Forms
 */
.input-wrapper {
  margin-bottom: 15px;
}
select + .input-group-btn {
  padding-left: 10px;
}
select + .input-group-btn > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*
 * Referred
 */
.referrals {
  padding-left: 100px;
}
.referred {
  border-width: 1px;
  border-color: #337ab7;
  border-style: solid;
  border-radius: 4px;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
}
