/* Everything but the jumbotron gets side spacing for mobile first views */
.container-narrow .header,
.container-narrow .marketing,
.container-narrow .footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.container-narrow .header {
  border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.container-narrow .header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.container-narrow .footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container-narrow {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 730px;
  }
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.container-narrow .jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.container-narrow .jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.container-narrow .marketing {
  margin: 40px 0;
}
.container-narrow .marketing p + h4 {
  margin-top: 28px;
}

/* Page Header */
.page-header {
  margin-top: 5px;
}

.page-header h1 {
  margin-top: 5px;
}

.rooming-list {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.room-metric {
  text-align: center;
}

.reg-metric {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
}

.day-metric {
  font-size: 3.5em;
  text-align: center
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .container-narrow .header,
  .container-narrow .marketing,
  .container-narrow .footer {
    padding-left: 0;
    padding-right: 0;
  }

  /* Space out the masthead */
  .container-narrow .header {
    margin-bottom: 30px;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .container-narrow .jumbotron {
    border-bottom: 0;
  }
}

/* Login form */
.login-form h1 {
  margin-top: 0px;
}

.login-form .left-column {
  margin: 20px 0 50px 0;
}

.form-signin input {
  font-size: 16px;
  height: auto;
  margin-bottom: 16px;
  padding: 8px 10px;
}

.form-group .row {
  margin-bottom: 10px;
}

.form-border {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
}

.form-border:nth-child(even) {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.ts-wrapper {
  width: 100%;
  margin-top: 4px;
}

.edit-navigation {
  text-align: right;
}

form.form-horizontal {
  margin-bottom: 30px;
}

[data-multiple-values] {
  display: none;
}
