#contacts .form-group {
  margin: 0 0 2.5rem 0; }

#tenancy form:not(.form-inline) .form-group {
  margin: 0 0 2.5rem 0; }

#tenancy-overview .street .floor {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #tenancy-overview .street .floor h5 {
    width: 20%;
    margin: 0; }
  #tenancy-overview .street .floor .tenancy {
    width: 40%;
    padding: 0 1rem; }
    #tenancy-overview .street .floor .tenancy h5 {
      font-weight: 700;
      white-space: nowrap;
      margin-bottom: 1rem; }
    #tenancy-overview .street .floor .tenancy .calculation {
      margin-top: 1rem; }
#tenancy-overview .street:not(:last-child) {
  margin-bottom: 5rem; }

#payments .form-group {
  margin: 0 0 2.5rem 0; }

#payment-check .street:not(:last-child) {
  margin-bottom: 5rem; }
#payment-check table.payments tbody tr {
  color: white; }
  #payment-check table.payments tbody tr.paid {
    background-color: #63ca5b; }
  #payment-check table.payments tbody tr.not-paid {
    background-color: #e9635f; }
  #payment-check table.payments tbody tr.unbalanced {
    background-color: #ffbd49; }

#utilities-statements form:not(.form-inline) .form-group {
  margin: 0 0 2.5rem 0; }

@media print {
  .pagination {
    display: none; }

  a[href]:after {
    content: none !important; }

  table th.actions, table td.actions {
    display: none; }

  #vacancy .panel .panel-body table th, #tenancy-overview .panel .panel-body table th, #payment-overview .panel .panel-body table th {
    font-size: 10px; }
  #vacancy .panel .panel-body table td, #tenancy-overview .panel .panel-body table td, #payment-overview .panel .panel-body table td {
    font-size: 9px !important; }

  footer {
    font-size: 8px !important; } }
.container-fluid {
  max-width: 1800px; }

.form-inline fieldset .form-group {
  margin: 0 2rem 0 0 !important; }
  .form-inline fieldset .form-group label {
    margin-right: 1rem; }

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px; }

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px; }

.header {
  padding-bottom: 20px; }
  .header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px; }

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5; }

/* Customize container */
/*@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}*/
.container-narrow > hr {
  margin: 30px 0; }

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e3f3ff; }
  .jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px; }
  .jumbotron > img.entry {
    width: 400px;
    height: auto;
    margin: 25px 0; }

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus,
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #016cb4 !important;
  border-color: #016cb4 !important; }

.nav-pills > li.active > a {
  background-color: #016cb4 !important; }
  .nav-pills > li.active > a:focus {
    background-color: #016cb4 !important; }
  .nav-pills > li.active > a:hover {
    background-color: #016cb4 !important; }

a {
  color: #016cb4; }

/* Supporting marketing content */
.marketing {
  margin: 40px 0; }
  .marketing p + h4 {
    margin-top: 28px; }

ul.help-block {
  margin: 0;
  padding: 0;
  padding-top: 3px;
  list-style-type: none;
  font-size: 12px; }

form.noshowerrormessages .form-group ul.help-block {
  display: none; }

.help-block {
  color: #a94442; }

.has-success input, .has-success select {
  color: #3c763d; }

fieldset fieldset {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px; }

.panel-default > .panel-heading {
  background-color: #e3f3ff; }

ul.history {
  padding-left: 20px !important; }

.table-borderless td, .table-borderless th {
  border: 0 !important; }

table th.actions, table td.actions {
  width: 1%;
  white-space: nowrap; }

.street-container > .row > .btn-primary.download {
  margin-top: 25px;
  display: none; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0; }

  /* Space out the masthead */
  .header {
    margin-bottom: 30px; }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0; } }
/* Responsive below 700px width */
@media screen and (max-width: 700px) {
  .jumbotron > img.entry {
    width: 300px; } }

/*# sourceMappingURL=style.css.map */
