@media print {
  body {
    overflow: visible !important;
  }
}
#push {
  background: linear-gradient(#f7f7f7, #fff);
}
.details-header {
  background-color: #ecebea;
  border-bottom: 3px solid rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-left: 50px;
}
.details-header .person-banner {
  margin-top: 15px;
}
.details-header .global-toolbar {
  text-align: left;
  padding: 10px 0 0 0;
}
.details-header .global-toolbar a {
  color: #0051c4;
}
.details-header .global-toolbar .back-to-results {
  padding-right: 8px;
}
.details-header .person-info-links {
  margin-left: 100px;
}
.details-header .person-info-links .links-box {
  margin: 15px 0 25px 0;
  max-width: 240px;
}
.details-header .person-info-links .source-menu > li {
  padding: 0;
}
.details-header .person-info-links .source-menu > li:hover {
  background-color: #ecebea;
}
.details-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  background: -webkit-linear-gradient(#ecebea, #f7f7f7);
  background: -o-linear-gradient(#ecebea, #f7f7f7);
  background: -moz-linear-gradient(#ecebea, #f7f7f7);
  background: linear-gradient(#ecebea, #f7f7f7);
}
.details-body .person-banner {
  padding-left: 10px;
}
.details-body .global-toolbar {
  text-align: left;
}
.details-body .global-toolbar .back-to-results {
  padding-right: 8px;
}
.details-body .back {
  padding-bottom: 0;
  padding-left: 0;
}
.details-body .household {
  font-size: 16px;
  margin-top: 10px;
}
.details-body .person-info-links {
  margin-left: 0px;
}
.details-body .person-info-links .source-menu > li {
  padding-top: 0;
}
.details-body .person-info-links .source-menu > li:hover {
  background-color: transparent;
}
.details-body .person-info-links .fix-width {
  width: 100%;
}
.details-body .person-info-links .attach-button .link-record-to-tree {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-body .person-info-links .attach-button .link-record-to-tree.fs-button {
  text-align: center;
}
.details-body .search-link {
  text-decoration: none;
  color: #333331;
  display: inline-block;
}
.details-body .search-link:before {
  background: url('https://edge.fscdn.org/assets/img/img-links-sprite-7ee7981967a7827299e85f287aed7462.png') no-repeat;
  width: 19px;
  height: 19px;
  content: "\00a0";
  display: inline-block;
  margin-right: 5px;
  background-position: 0 0;
}
.details-body .about-link {
  text-decoration: none;
  color: #333331;
  display: inline-block;
}
.details-body .about-link:before {
  background: url('https://edge.fscdn.org/assets/img/img-links-sprite-7ee7981967a7827299e85f287aed7462.png') no-repeat;
  width: 19px;
  height: 19px;
  content: "\00a0";
  display: inline-block;
  margin-right: 5px;
  background-position: 0 -26px;
}
.details-body .record-menu {
  padding-top: 15px;
  list-style-type: none;
  margin-left: 0px;
}
.details-body .record-menu > li {
  padding: 5px;
}
.details-body .record-menu > li > a {
  color: #4d4d4a;
}
.details-body .citation {
  background-color: #ecebea;
  padding: 15px;
  margin: 15px -15px;
}
.robokey-feedback {
  padding: 0 20px;
  width: 40%;
  min-width: 210px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.robokey-feedback .slide-up {
  -webkit-transition: all ease-in 250ms;
  transition: all ease-in 250ms;
  max-height: 0;
  overflow: hidden;
}
.robokey-feedback.slide-shown .slide-up {
  max-height: 600px;
}
.robokey-feedback-tab {
  position: relative;
  width: 100px;
  padding: 8px 6px 3px 6px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ccb46f;
  border-bottom: none;
  background-color: #ffe18b;
  box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  top: 3px;
  z-index: 103;
}
.robokey-feedback-tab h4 {
  margin-bottom: -2px;
}
.robokey-feedback-color-strip {
  position: relative;
  background-color: #ffe18b;
  height: 20px;
  border-top-right-radius: 4px;
  border: 1px solid #ccb46f;
  box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  top: 2px;
  z-index: 102;
}
.robokey-feedback-body {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccb46f;
  box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -2px 6px -3px rgba(0,0,0,0.5);
}
.robokey-feedback-body .animate-fade-in {
  -webkit-transition: all ease-in 100ms;
  transition: all ease-in 100ms;
}
.robokey-feedback-body .animate-fade-in.ng-hide-remove-active {
  opacity: 0;
}
.robokey-feedback-body .animate-fade-in {
  opacity: 1;
}
.robokey-feedback-body #error-type {
  margin-bottom: 10px;
}
.robokey-feedback-body #incorrect-data {
  margin-bottom: 15px;
  resize: none;
}
.robokey-feedback-done-text {
  text-align: center;
  margin: 75px 0;
}
data {
  display: none;
}
.centered {
  margin: 0 auto;
  max-width: 1170px;
}
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.container-fluid {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .details-header {
    padding: 0 10px;
  }
  .centered {
    padding: 0 0 5px 0;
  }
  .details-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print {
  .details-header,
  .details-body,
  .centered {
    padding: 0 !important;
    margin: 0 !important;
  }
  .record-details,
  .record-details .non-relavant .record-label,
  .record-details .non-relavant .record-value,
  .app-search p {
    font-size: 14px !important;
  }
  .app-search .details-body {
    font-size: 14px !important;
    line-height: 22px;
  }
  .app-search .details-body .non-relavant {
    margin: 0;
    padding: 0;
  }
  .app-search .details-body .person-banner {
    padding: 0;
  }
  .app-search .details-body .span9 {
    width: 100%;
  }
  .app-search .details-body .span9 > div {
    border: none;
  }
  .app-search .details-body td {
    line-height: 20px;
    padding: 0;
  }
  .app-search .citation {
    margin: 0;
    padding: 0;
  }
  .app-search .print-title {
    padding-bottom: 10px;
  }
  @page {
    margin: 0.8cm;
  }
}
