/* Space out content a bit */
body {
  padding-top: 0px;
  padding-bottom: 20px;
}

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

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

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

/* Customize container */
@media (min-width: 768px) {
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

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

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

#searchButton {
    color: black;
    background-color: lightgray;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 34px;
}

#searchReset {
    color: black;
    background-color: white;
    padding-left: 20px;
    padding-right: 10px;
}


.list-group-item .phoneList {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.list-group-item .locationList {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

#fullNameHeading {
    border: none;
}

.entry-title {
    padding-top: 50px;
}

.list-group-item .mailstop {
    border: none;

}

.primaryPhone {
    font-weight: bold;
}

.nonPrimaryPhone {
    font-size: smaller;
}

.primaryLocation {
    font-weight: bold;
}

.nonPrimaryLocation {
    font-size: smaller;
}

#searchFormButtons {
    padding-top: 15px;

}

#searchPanel {
    border: none;
    padding-top: 0px;
    max-width: 768px;
    align-content: center;
}

#searchAlertPanel {
    max-width: 768px;
}

#header {
    padding-top: 0;
    margin-top: 0;
}

#searchTips {
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    font-size: smaller;
}

.seachHelp p {
    font-size: smaller;
}

#searchTipsHeading h4 {
    border: none;
    padding: 0px;
}

#searchTipsHeading {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 30px;
}

#additionContent {
    border: none;
}

#searchHelpButton {
    padding-top: 5px;
    margin-right: -10px;
    color: #add8e6;
    font-size: larger;
}

#helpPanel {
    max-height: 500px;
}

.concise_help {
    padding-bottom: 30px;
}

.concise_help p h6 {
    padding-bottom: 0px;
}

.inactiveRecord {
    background-color: lightgray;
    position: relative;
}

.statusBackground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

#inactive-include-checkbox {
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 10px;
}

#inactive-include-checkbox-label {
    font-weight: lighter;
}

.searchOptions {
    font-size: smaller;
    padding: 0px;
}

.searchOptionsCheckbox {
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 5px;

}

.searchOptionsCheckboxLabel {
    padding: 0px;
    margin-left: 0px;
    font-weight: lighter;
}

#sortSelect {
    padding: 0px;
    font-weight: lighter;
    font-size: smaller;
    color: black;
}