/* print.css */
html, body { height: 99%; }

.sa-avoid-print,
nav.navbar-fixed-top,
#sa-profile-form,
.sa-main-site-content > nav,
.sa-app-wrapper > .sa-nav-tabs,
body.sa-workplace-survey-type .sa-nav-tabs,
body.sa-survey-type .sa-nav-tabs,
.sa-my-surveys,
.sa-faces-strip,
.sa-page-content > header,
.sa-app-wrapper .tab-content-wrapper .tab-content > .active > .sa-tab-title,
.sa-survey-selector-wrapper,
.sa-main-site-content .sa-panel-toggle,
.major-correlations-box .tip-box,
#navigator-container,
#ohcow-contact-us,
#sa-agca-footer,
#sa-credits,
#sa-copyright,
#sa-header,
.languagechanger,
.sa-add-national-wrapper,
.sa-results-directions,
.sa-results-split-wrapper .sa-results-split-left,
.sa-personal-pdf-report-wrapper,
.sa-personal-your-results,
.sa-pdf-report-wrapper,
.sa-survey-admin-form-wrapper,
#congrats,
#sa-wait-feedback,
#sa-wait-feedback-indicator,
.modal-backdrop,
#ohcow-logo {
  display: none !important;
}

#sa-personal-results-print-logo {
  margin: 1rem 0;
  padding: 1rem;
}
#sa-personal-results-print-logo h1 {
  font-size: 4em;
  line-height: 1em;
  text-align: center;
}

a.sa-personal-results-legend-title {
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0;
  display: block;
  text-align: right;
  position: static;
  transform: none;
  background-image: none;
}

.panel-body table.response-rate-table td { font-size: 1.5em; }

.panel-body table.response-rate-table .sa-why-declined {
  font-size: 0.8em !important;
  font-weight: normal !important;
  line-height: 1em;
}

.sa-survey-results-evaluate .sa-personal-results div.panel-heading a,
.sa-main-site-content .sa-results-page .sa-survey-results-evaluate .panel-heading a {
  background-image: none !important;
}

.sa-results-split-wrapper .sa-results-split-right,
.major-correlations-box .col-md-3,
.major-correlations-box .col-md-9 {
  width: 100%;
}

body.sa-survey-type form#limesurvey div.sa-group-sa-survey,
body.sa-survey-type form#limesurvey div.sa-group-sa-results,
body.sa-survey-type form#limesurvey div.sa-group-sa-national,
#tabs .sa-personal-your-results,
body.sa-survey-type .sa-personal-results-legend-wrapper,
body.sa-survey-type #tabs,
body.sa-survey-type #spectrum,
body.sa-survey-type #graph,
.collapse,
.sa-personal-results .sa-results-tip {
  display: block;
}

body.sa-survey-type .sa-personal-results-legend-wrapper { right: 0; }

body.sa-survey-type .sa-personal-results .sa-results-tips-modal .panel-body {
  text-align: left;
}

body.sa-survey-type .sa-personal-results-legend-wrapper,
body.sa-survey-type .sa-personal-results .sa-results-split-wrapper,
body.sa-survey-type .sa-personal-results .sa-results-split-right {
  position: relative;
  height: auto !important;
}

body.sa-survey-type .sa-survey-results-evaluate .sa-personal-results-table .sa-score-title.sa-tipped {
  background-image: none !important;
}

.sa-personal-results-legend .sa-personal-results-table {
  border: none;
}

html {
  zoom: 0.60;
}

#outerframe-container {
  margin-top: 0;
}

div.sa-results .row .col-md-4,
div.sa-results .row .col-md-6 {
  display: inline-block;
  vertical-align: top;
  float: none;
}

div.sa-results .row .col-md-4 {
  width: 32%;
}

div.sa-results .row .col-md-6 {
  width: 49.5%;
}

div.sa-chart-legend {
  display: inline-block !important;
}

.graphs-container > div figure:not(.table-like-graph) {
  border: none;
}

.sa-chart-wrapper > canvas {
  width: 100% !important;
  height: auto !important;
}

.sa-survey-results-evaluate section,
.major-correlations-box,
.panel-body {
  padding: 0;
}

.sa-grey-background {
  background: #fff;
}

.sa-page-break {
  page-break-before: always;
}

.sa-avoid-page-break {
  page-break-inside: avoid;
}

.major-correlations-box {
  padding: 0;
}

body[data-env] { border-top: none !important; }
