/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
body {
  line-height: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
ol, ul {
  list-style: none;
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
blockquote, q {
  quotes: none;
}

/* line 40, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/jefferies_tube.sass */
html {
  box-sizing: border-box;
}

/* line 6, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/jefferies_tube.sass */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 1, app/assets/stylesheets/_global.sass */
body {
  background-color: #f2f2f2;
  color: #424242;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

/* line 8, app/assets/stylesheets/_global.sass */
p {
  margin: 10px 0;
}

/* line 11, app/assets/stylesheets/_global.sass */
h1, h2, h3, h4, h5, h6 {
  color: #2E6494;
}

/* line 14, app/assets/stylesheets/_global.sass */
h1 {
  font-size: 2.25em;
}

/* line 17, app/assets/stylesheets/_global.sass */
h2 {
  font-size: 1.875em;
}

/* line 20, app/assets/stylesheets/_global.sass */
h3 {
  font-size: 1.5em;
}

/* line 23, app/assets/stylesheets/_global.sass */
h4 {
  font-size: 1.25em;
}

/* line 26, app/assets/stylesheets/_global.sass */
h5 {
  font-size: 1.125em;
}

/* line 29, app/assets/stylesheets/_global.sass */
h6 {
  font-size: 1em;
}

/* line 32, app/assets/stylesheets/_global.sass */
ul, ol {
  margin-left: 20px;
}

/* line 35, app/assets/stylesheets/_global.sass */
ol {
  list-style-type: decimal;
}

/* line 38, app/assets/stylesheets/_global.sass */
ul {
  list-style-type: disc;
}

/* line 41, app/assets/stylesheets/_global.sass */
a, a:visited, a:hover {
  color: #2E6494;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/_global.sass */
a.delete, a.delete:visited, a.delete:hover {
  color: #CC0000;
}

/* line 48, app/assets/stylesheets/_global.sass */
a.save, a.save:visited, a.save:hover {
  color: #385d22;
}

/* line 51, app/assets/stylesheets/_global.sass */
a:hover {
  text-decoration: underline;
}

/* line 54, app/assets/stylesheets/_global.sass */
em, .em {
  font-style: initial;
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/_global.sass */
i {
  font-style: italic;
}

/* line 61, app/assets/stylesheets/_global.sass */
strong, .strong {
  font-weight: bold;
}

/* line 65, app/assets/stylesheets/_global.sass */
dl dt {
  font-weight: bold;
  margin-top: 8px;
}

/* line 69, app/assets/stylesheets/_global.sass */
dl dd {
  margin-left: 16px;
}

/* line 72, app/assets/stylesheets/_global.sass */
.warn {
  color: #B95B09;
}

/* line 75, app/assets/stylesheets/_global.sass */
.ui-front {
  z-index: 1002 !important;
}

/* line 5, app/assets/stylesheets/_reports.sass */
.aggregate-tables-container {
  overflow: auto;
  border: none !important;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.aggregate-tables-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 12, app/assets/stylesheets/_reports.sass */
.ui-dialog-content.ui-widget-content .aggregate-tables-container {
  text-align: center;
}

/* line 17, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper thead > tr:first-child > th:nth-child(3) {
  font-weight: normal;
}

/* line 22, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper:first-of-type thead > tr:first-child > th:first-child {
  border: none;
}

/* line 25, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper .subdomain-name {
  white-space: normal;
}

/* line 28, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper .zoomed-out-only {
  display: none;
}

/* line 31, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper .zoomed-in-only {
  display: auto;
}

/* line 34, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out {
  display: inline-block;
}

/* line 37, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out .zoomed-out-only {
  display: table-cell;
}

/* line 40, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out .zoomed-in-only {
  display: none;
}

/* line 43, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out table {
  box-shadow: none;
  clear: none;
  width: auto;
}

/* line 48, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out td, .aggregate-table-wrapper.mod-zoomed-out th {
  text-align: center;
}

/* line 54, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:first-of-type th:first-of-type, .aggregate-table-wrapper.mod-zoomed-out:first-of-type td:first-of-type {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:first-of-type td.category-type.lesser-colspan {
  display: none;
}

/* line 71, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) th:first-of-type, .aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) td:first-of-type {
  display: none;
}

/* line 77, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) td.category-type {
  display: none;
}

/* line 80, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) td.category-type.lesser-colspan {
  display: table-cell;
}

/* line 86, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out td.category-type {
  border: none;
  visibility: hidden;
}

/* line 90, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table {
  clear: both;
  color: black;
  margin: 10px 0;
  width: auto;
  overflow-x: auto;
}

/* line 97, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .category-type {
  color: #59762E;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 0;
  text-transform: uppercase;
}

/* line 104, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .domain-title {
  max-width: 200px;
}

/* line 107, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .organization-cell {
  max-width: 210px;
  padding: 0 6px;
  white-space: wrap;
}

/* line 112, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .domain-title, table.aggregate-table.table .organization-cell {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 116, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table th:not(:first-child) {
  color: #2E6494;
}

/* line 119, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table td, table.aggregate-table.table th {
  color: black;
  padding: 12px 10px;
}

/* line 123, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table td.symbol-ratings-on, table.aggregate-table.table th.symbol-ratings-on {
  height: 50px;
  padding: 2px 10px;
}

/* line 131, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table td.category-type.lesser-colspan {
  display: none;
}

/* line 134, app/assets/stylesheets/_reports.sass */
.controls {
  overflow: auto;
  background: white;
  padding: 16px 8px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.controls::after {
  content: "";
  display: table;
  clear: both;
}

/* line 139, app/assets/stylesheets/_reports.sass */
.controls .legend-container {
  float: right;
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  zoom: 1;
}

/* line 146, app/assets/stylesheets/_reports.sass */
.controls .toggle-symbol-view-container {
  clear: right;
  text-align: right;
}

/* line 150, app/assets/stylesheets/_reports.sass */
.controls-container {
  display: inline-block;
  float: left;
}

/* line 154, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view {
  color: black;
  margin: 20px 30px;
  white-space: nowrap;
}

/* line 159, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view .question-mark {
  background: #eee;
}

/* line 162, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view tbody {
  overflow: scroll;
  width: 100%;
}

/* line 166, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td {
  border: 1px solid black;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  width: 120px;
}

/* line 173, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td .distance-description, table.legend-cluster-view td .absolute-description, table.legend-cluster-view td .state-description, table.legend-cluster-view td .group-description {
  display: none;
  font-weight: bold;
}

/* line 178, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td.show-distance-color .distance-description, table.legend-cluster-view td.show-state-color .distance-description, table.legend-cluster-view td.show-group-color .distance-description {
  display: block;
}

/* line 182, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td.show-absolute-color .absolute-description {
  display: block;
}

/* line 185, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th {
  border: 1px solid black;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  width: 120px;
}

/* line 192, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th .distance-description, table.legend-cluster-view th .absolute-description, table.legend-cluster-view th .state-description, table.legend-cluster-view th .group-description {
  display: none;
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-distance-color .distance-description {
  display: block;
}

/* line 201, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-state-color .state-description {
  display: block;
}

/* line 205, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-group-color .group-description {
  display: block;
}

/* line 209, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-absolute-color .absolute-description {
  display: block;
}

/* line 213, app/assets/stylesheets/_reports.sass */
.selected-row td {
  background-color: #f2f2f2;
}

/* line 217, app/assets/stylesheets/_reports.sass */
th.anchor {
  width: 260px;
}

/* line 219, app/assets/stylesheets/_reports.sass */
th.subdomain-name {
  width: 63px;
}

/* line 223, app/assets/stylesheets/_reports.sass */
td.colored.symbol-view {
  background-color: white !important;
}

/* line 228, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-good0, td.colored.show-distance-color.state-good0, td.colored.show-distance-color.group-good0, td.colored.show-state-color.distance-good0, td.colored.show-state-color.state-good0, td.colored.show-state-color.group-good0, td.colored.show-group-color.distance-good0, td.colored.show-group-color.state-good0, td.colored.show-group-color.group-good0 {
  background-color: rgba(130, 181, 65, 0.2);
}

/* line 231, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-good1, td.colored.show-distance-color.state-good1, td.colored.show-distance-color.group-good1, td.colored.show-state-color.distance-good1, td.colored.show-state-color.state-good1, td.colored.show-state-color.group-good1, td.colored.show-group-color.distance-good1, td.colored.show-group-color.state-good1, td.colored.show-group-color.group-good1 {
  background-color: rgba(130, 181, 65, 0.5);
}

/* line 234, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-good2, td.colored.show-distance-color.state-good2, td.colored.show-distance-color.group-good2, td.colored.show-state-color.distance-good2, td.colored.show-state-color.state-good2, td.colored.show-state-color.group-good2, td.colored.show-group-color.distance-good2, td.colored.show-group-color.state-good2, td.colored.show-group-color.group-good2 {
  background-color: rgba(130, 181, 65, 0.8);
}

/* line 237, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-bad0, td.colored.show-distance-color.state-bad0, td.colored.show-distance-color.group-bad0, td.colored.show-state-color.distance-bad0, td.colored.show-state-color.state-bad0, td.colored.show-state-color.group-bad0, td.colored.show-group-color.distance-bad0, td.colored.show-group-color.state-bad0, td.colored.show-group-color.group-bad0 {
  background-color: rgba(204, 0, 0, 0.2);
}

/* line 240, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-bad1, td.colored.show-distance-color.state-bad1, td.colored.show-distance-color.group-bad1, td.colored.show-state-color.distance-bad1, td.colored.show-state-color.state-bad1, td.colored.show-state-color.group-bad1, td.colored.show-group-color.distance-bad1, td.colored.show-group-color.state-bad1, td.colored.show-group-color.group-bad1 {
  background-color: rgba(204, 0, 0, 0.5);
}

/* line 243, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-bad2, td.colored.show-distance-color.distance-bad3, td.colored.show-distance-color.distance-bad4, td.colored.show-distance-color.state-bad2, td.colored.show-distance-color.group-bad2, td.colored.show-distance-color.state-bad3, td.colored.show-distance-color.group-bad3, td.colored.show-distance-color.state-bad4, td.colored.show-distance-color.group-bad4, td.colored.show-state-color.distance-bad2, td.colored.show-state-color.distance-bad3, td.colored.show-state-color.distance-bad4, td.colored.show-state-color.state-bad2, td.colored.show-state-color.group-bad2, td.colored.show-state-color.state-bad3, td.colored.show-state-color.group-bad3, td.colored.show-state-color.state-bad4, td.colored.show-state-color.group-bad4, td.colored.show-group-color.distance-bad2, td.colored.show-group-color.distance-bad3, td.colored.show-group-color.distance-bad4, td.colored.show-group-color.state-bad2, td.colored.show-group-color.group-bad2, td.colored.show-group-color.state-bad3, td.colored.show-group-color.group-bad3, td.colored.show-group-color.state-bad4, td.colored.show-group-color.group-bad4 {
  background-color: rgba(204, 0, 0, 0.7);
}

/* line 249, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-good0 {
  background-color: rgba(130, 181, 65, 0.2);
}

/* line 252, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-good1 {
  background-color: rgba(130, 181, 65, 0.5);
}

/* line 255, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-good2 {
  background-color: rgba(130, 181, 65, 0.8);
}

/* line 258, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-bad0 {
  background-color: rgba(204, 0, 0, 0.2);
}

/* line 261, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-bad1 {
  background-color: rgba(204, 0, 0, 0.5);
}

/* line 264, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-bad2, td.colored.show-absolute-color.absolute-bad3, td.colored.show-absolute-color.absolute-bad4 {
  background-color: rgba(204, 0, 0, 0.7);
}

/* line 267, app/assets/stylesheets/_reports.sass */
.symbol-rating {
  font-size: 8px;
  display: none;
}

/* line 272, app/assets/stylesheets/_reports.sass */
.report.mod-account-report {
  max-width: none;
  width: 100%;
}

/* line 276, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .average-type-select, .report.mod-account-report .sort-by-select, .report.mod-account-report .filter-dates-select {
  background: white;
  padding: 8px 28px 0 28px;
}

/* line 280, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .average-type-select select, .report.mod-account-report .sort-by-select select, .report.mod-account-report .filter-dates-select select {
  display: block;
  width: 100%;
}

/* line 284, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .average-type-select .input, .report.mod-account-report .sort-by-select .input, .report.mod-account-report .filter-dates-select .input {
  margin: 5px 0 10px;
}

/* line 287, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .btn {
  margin-left: 28px;
}

/* line 290, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .filter-dates-select {
  width: 300px;
}

/* line 293, app/assets/stylesheets/_reports.sass */
.report.mod-account-report input:last-child {
  margin-left: 28px;
}

/* line 296, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .ms-options-wrap > button:focus, .report.mod-account-report .ms-options-wrap > button {
  border: 1px solid #6b6b6b;
  border-radius: 4px;
  color: black;
  font-size: 14px;
  padding: 8px 8px;
  -webkit-appearance: none;
}

/* line 305, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .ms-options-wrap > button:focus:after, .report.mod-account-report .ms-options-wrap > button:after {
  border-top-color: black;
}

/* line 308, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .ms-options-wrap > button:focus span, .report.mod-account-report .ms-options-wrap > button span {
  font: inherit;
}

/* line 311, app/assets/stylesheets/_reports.sass */
main.overview {
  max-width: none;
  overflow: visible;
}

/* line 315, app/assets/stylesheets/_reports.sass */
main.overview .report {
  margin-left: 180px;
  max-width: none;
  width: auto;
}

/* line 320, app/assets/stylesheets/_reports.sass */
main.overview .aggregate-tables-container {
  overflow: visible;
  width: auto;
}

/* line 324, app/assets/stylesheets/_reports.sass */
main.overview .aggregate-tables-container table {
  border-collapse: separate;
}

/* line 327, app/assets/stylesheets/_reports.sass */
main.overview thead {
  background: white;
  border: 1px solid black;
  padding-top: 1px;
  position: sticky;
  top: -1px;
}

/* line 335, app/assets/stylesheets/_reports.sass */
main.overview thead.stuck .hide-on-collapse {
  display: none;
}

/* line 339, app/assets/stylesheets/_reports.sass */
#sticky.collapsed .hide-on-collapse {
  display: none;
}

/* line 342, app/assets/stylesheets/_reports.sass */
.report {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

/* line 348, app/assets/stylesheets/_reports.sass */
.report.trend-report .report-main {
  border: none;
}

/* line 351, app/assets/stylesheets/_reports.sass */
.report .info {
  color: #757575;
}

/* line 354, app/assets/stylesheets/_reports.sass */
.report .sticky-title {
  border-bottom: 1px solid #424242;
  overflow: hidden;
}

/* line 358, app/assets/stylesheets/_reports.sass */
.report .callbot-container {
  background-color: white;
  padding: 20px;
}

/* line 362, app/assets/stylesheets/_reports.sass */
.report .title-container {
  background-color: white;
  padding: 20px;
  text-align: center;
}

/* line 368, app/assets/stylesheets/_reports.sass */
.report .title-container .title-header .left-div {
  order: 2;
}

/* line 370, app/assets/stylesheets/_reports.sass */
.report .title-container .title-header .right-div {
  order: 1;
}

/* line 374, app/assets/stylesheets/_reports.sass */
.report .title-container .title-container-buttons .btn {
  height: 50px;
}

/* line 377, app/assets/stylesheets/_reports.sass */
.report .title-container .title-container-buttons .report-action-button {
  align-items: center;
  display: flex;
  margin-left: 1rem;
}

/* line 382, app/assets/stylesheets/_reports.sass */
.report .title-container .title-container-buttons .report-action-button .fa {
  margin-left: 0.5rem;
}

/* line 385, app/assets/stylesheets/_reports.sass */
.report .title-container h3 {
  color: #424242;
}

/* line 388, app/assets/stylesheets/_reports.sass */
.report .title-container button {
  align-items: baseline;
  display: flex;
}

/* line 392, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list {
  margin: 16px auto;
  max-width: 300px;
  text-align: left;
}

/* line 398, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.collapsed ul {
  display: none;
}

/* line 401, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.columns {
  max-width: 500px;
}

/* line 404, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.columns .subtitle {
  cursor: pointer;
}

/* line 407, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.columns ul {
  columns: 2;
}

/* line 410, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list ul {
  display: block;
}

/* line 413, app/assets/stylesheets/_reports.sass */
.report .title-container .overview-type-link {
  display: block;
  margin: 4px auto;
  padding: 4px;
  width: 200px;
}

/* line 419, app/assets/stylesheets/_reports.sass */
.report .title-container .title, .report .title-container .subtitle, .report .title-container .info {
  padding: 4px 0;
}

/* line 422, app/assets/stylesheets/_reports.sass */
.report .title-container .title, .report .title-container .subtitle {
  color: #2E6494;
  font-weight: bold;
}

/* line 426, app/assets/stylesheets/_reports.sass */
.report .title-container .title {
  padding-top: 0;
  text-transform: uppercase;
}

/* line 430, app/assets/stylesheets/_reports.sass */
.report .link-container {
  display: flex;
  float: right;
  justify-content: space-between;
}

/* line 435, app/assets/stylesheets/_reports.sass */
.report .sample-feedback-link {
  color: #757575;
}

/* line 438, app/assets/stylesheets/_reports.sass */
.report .feedback-button {
  margin-top: 35px;
  text-align: center;
}

/* line 442, app/assets/stylesheets/_reports.sass */
.report .component-tabs-container {
  border: 1px solid #2E6494;
  border-bottom: 0;
}

/* line 446, app/assets/stylesheets/_reports.sass */
.report .component-tabs {
  overflow: auto;
  background-color: #E4EEF6;
  padding: 1px 3px 3px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .component-tabs::after {
  content: "";
  display: table;
  clear: both;
}

/* line 452, app/assets/stylesheets/_reports.sass */
.report .component-tabs a:not(:last-child) .component-link {
  border-color: #E4EEF6;
  border-style: solid;
  border-width: 0 1px 0 0;
}

/* line 457, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link-outer {
  flex: 1;
  flex-grow: 1;
}

/* line 461, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link {
  background: #2E6494;
  color: #E4EEF6;
  float: left;
  height: 120px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* line 470, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link.active {
  background: #E4EEF6;
  color: #2E6494;
}

/* line 474, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link.active .text {
  font-weight: bold;
}

/* line 477, app/assets/stylesheets/_reports.sass */
.report .component-tabs .beta-feature {
  position: relative;
}

/* line 480, app/assets/stylesheets/_reports.sass */
.report .component-tabs .beta-feature:before {
  content: "BETA";
  background: #FF6B6B;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 12px;
  position: absolute;
  top: -8px;
  right: -10px;
  line-height: 1;
  z-index: 1;
}

/* line 494, app/assets/stylesheets/_reports.sass */
.report .component-tabs .icon {
  font-size: 49px;
}

/* line 497, app/assets/stylesheets/_reports.sass */
.report .explainer-container, .report .report-main {
  background: white;
}

/* line 500, app/assets/stylesheets/_reports.sass */
.report .explainer {
  background: #E4EEF6;
  color: #2E6494;
  font-size: 14px;
  padding: 25px;
  width: 100%;
}

/* line 507, app/assets/stylesheets/_reports.sass */
.report .custom-report-dropdowns {
  overflow: auto;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .custom-report-dropdowns::after {
  content: "";
  display: table;
  clear: both;
}

/* line 510, app/assets/stylesheets/_reports.sass */
.report .custom-report-dropdowns .input {
  float: left;
  width: 200px;
}

/* line 514, app/assets/stylesheets/_reports.sass */
.report .custom-report-dropdowns .input:first-child {
  margin-right: 15px;
}

/* line 517, app/assets/stylesheets/_reports.sass */
.report .view-by-container {
  background: #fcfcfc;
  border: 1px solid #888;
  border-radius: 2px;
  padding: 7px;
}

/* line 523, app/assets/stylesheets/_reports.sass */
.report .view-by-container .collapsed-header {
  cursor: pointer;
  font-size: larger;
}

/* line 526, app/assets/stylesheets/_reports.sass */
.report .view-by-container .collapsed-header i {
  margin-left: 25px;
}

/* line 529, app/assets/stylesheets/_reports.sass */
.report .report-main {
  border: 1px solid #2E6494;
  border-top: 0;
  padding: 25px;
}

/* line 535, app/assets/stylesheets/_reports.sass */
.report .report-main.collapsed .hide-on-collapse {
  display: none;
}

/* line 538, app/assets/stylesheets/_reports.sass */
.report .report-main.custom-report {
  border: 0;
}

/* line 541, app/assets/stylesheets/_reports.sass */
.report .report-main .view-by-select, .report .report-main .view-by-average {
  padding-top: 8px;
  text-transform: uppercase;
}

/* line 545, app/assets/stylesheets/_reports.sass */
.report .report-main .view-by-select .input, .report .report-main .view-by-average .input {
  display: inline-block;
  max-width: 360px;
}

/* line 549, app/assets/stylesheets/_reports.sass */
.report .report-main .view-by-select select, .report .report-main .view-by-average select {
  margin-left: 7px;
}

/* line 552, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report {
  background: #f2f2f2;
  padding: 0;
}

/* line 556, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .header, .report .report-main.view-by-domain-report .domain-header {
  background: white;
  padding: 25px;
}

/* line 560, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .breadcrumbs-container {
  padding-bottom: 25px;
}

/* line 563, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .view-selectors {
  background: white;
  padding: 8px 25px;
}

/* line 567, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .report-body {
  background: white;
  padding: 25px;
}

/* line 571, app/assets/stylesheets/_reports.sass */
.report .report-main .header {
  overflow: auto;
  padding-bottom: 25px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .report-main .header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 575, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container {
  float: left;
}

/* line 578, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container h2 {
  font-size: 16px;
}

/* line 581, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container * {
  float: left;
}

/* line 584, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container .breadcrumb-separator {
  margin: 3px 10px 0;
}

/* line 587, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container .breadcrumb-secondary-page {
  color: #424242;
}

/* line 590, app/assets/stylesheets/_reports.sass */
.report .no-report-data {
  clear: both;
  color: #757575;
  font-size: 22px;
  padding: 20px 0 0;
  text-align: center;
}

/* line 597, app/assets/stylesheets/_reports.sass */
.report .nav-link-container {
  overflow: auto;
  margin-top: 5px;
  text-transform: uppercase;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .nav-link-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 603, app/assets/stylesheets/_reports.sass */
.report .nav-link-container .change-view .input {
  display: inline-block;
  margin-left: 5px;
}

/* line 607, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container {
  float: left;
  padding-left: 10px;
}

/* line 611, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container:last-child {
  border-left: 1px solid black;
}

/* line 614, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container:nth-child(2) {
  padding-right: 10px;
}

/* line 617, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container a:link, .report .toggle-view-link-container a:visited, .report .toggle-view-link-container a:hover {
  color: #59762E;
}

/* line 620, app/assets/stylesheets/_reports.sass */
.report .active {
  font-weight: bold;
  pointer-events: none;
}

/* line 624, app/assets/stylesheets/_reports.sass */
.report .active a:link, .report .active a:visited, .report .active a:hover {
  color: black;
}

/* line 627, app/assets/stylesheets/_reports.sass */
.report .item-container {
  overflow: auto;
  clear: both;
  padding: 25px 0;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .item-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 632, app/assets/stylesheets/_reports.sass */
.report .item-container:not(:first-of-type) {
  border-top: 1px solid #757575;
}

/* line 635, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item {
  padding: 0;
}

/* line 638, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item hr {
  margin-bottom: 45px;
}

/* line 642, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item:first-child hr {
  display: none;
}

/* line 645, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item:not(:first-of-type) {
  border-top: 0;
}

/* line 648, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-subdomain-item {
  background: white;
  box-shadow: 0px 0px 10px -2px rgba(66, 66, 66, 0.75);
  margin: 35px 5px;
  padding: 25px 20px;
}

/* line 654, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-subdomain-item:not(:first-child) {
  border-top: 0;
}

/* line 657, app/assets/stylesheets/_reports.sass */
.report .item-container h4 {
  font-weight: bold;
}

/* line 660, app/assets/stylesheets/_reports.sass */
.report .item-container .rating-container {
  display: flex;
}

/* line 663, app/assets/stylesheets/_reports.sass */
.report .item-container .rating-container .question-rating-label {
  color: #424242;
}

/* line 666, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating {
  color: #82b541;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
}

/* line 672, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container, .report .item-container .question-rating-global-container {
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
}

/* line 678, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container .rating-value, .report .item-container .question-rating-container .global-rating-value, .report .item-container .question-rating-global-container .rating-value, .report .item-container .question-rating-global-container .global-rating-value {
  font-size: 18px;
  margin-left: 8px;
}

/* line 682, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container .rating-value, .report .item-container .question-rating-global-container .rating-value {
  color: #4a6b23;
}

/* line 685, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container .global-rating-value, .report .item-container .question-rating-global-container .global-rating-value {
  color: #B95B09;
}

/* line 688, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-global-container {
  margin-left: 10px;
}

/* line 691, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-header {
  overflow: auto;
  padding-top: 40px !important;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .item-container .domain-header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 695, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-header h4 {
  float: left;
  font-size: 22px;
  padding-bottom: 10px;
}

/* line 701, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-header.active-section h4 {
  color: #f58320;
}

/* line 704, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-item-container {
  background-color: white;
  overflow: hidden;
  padding: 0 25px;
}

/* line 709, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomain-header {
  clear: both;
  width: 100%;
}

/* line 713, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomain-link-container {
  float: right;
  font-style: italic;
  margin-top: 16px;
}

/* line 718, app/assets/stylesheets/_reports.sass */
.report .item-container .call-domain-average {
  clear: both;
}

/* line 721, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomains-container, .report .item-container .questions-container {
  overflow: auto;
  clear: both;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .item-container .subdomains-container::after, .report .item-container .questions-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 725, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomains-container {
  display: none;
}

/* line 728, app/assets/stylesheets/_reports.sass */
.report .item-container .questions-container {
  padding-top: 50px;
}

/* line 732, app/assets/stylesheets/_reports.sass */
.report .item-container .past-question-link .fa {
  width: 12px;
}

/* line 735, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container {
  margin-left: 50px;
}

/* line 738, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container table.options-table {
  margin-top: 0;
}

/* line 741, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container table.options-table th {
  background: #424242;
}

/* line 744, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container table.options-table td:last-child {
  color: #424242;
}

/* line 747, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container .shadow-filled {
  background: #dbdbdb;
  border: 1px solid #424242;
}

/* line 751, app/assets/stylesheets/_reports.sass */
.report .item-container .alt-description {
  margin: 15px 0;
}

/* line 754, app/assets/stylesheets/_reports.sass */
.report .item-container .description {
  margin: 15px 0 50px;
}

/* line 758, app/assets/stylesheets/_reports.sass */
.report .item-container .description .question-text, .report .item-container .description .question, .report .item-container .question-description .question-text, .report .item-container .question-description .question {
  margin-top: 15px;
}

/* line 761, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomain-title {
  font-weight: bold;
  margin-bottom: 35px;
}

/* line 765, app/assets/stylesheets/_reports.sass */
.report .item-container .chart-column, .report .item-container .questions-column {
  float: left;
  width: 50%;
}

/* line 769, app/assets/stylesheets/_reports.sass */
.report .item-container .chart-column {
  padding-right: 30px;
}

/* line 772, app/assets/stylesheets/_reports.sass */
.report .item-container .questions-column {
  border-left: 1px solid #e8e8e8;
  padding-left: 30px;
}

/* line 776, app/assets/stylesheets/_reports.sass */
.report .item-container .questions-column h4 {
  color: black;
}

/* line 779, app/assets/stylesheets/_reports.sass */
.report .item-container .call-text {
  background: #E4EEF6;
  border: 1px solid #2E6494;
  border-radius: 16px;
  color: #2E6494;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
  text-align: center;
  white-space: nowrap;
}

/* line 791, app/assets/stylesheets/_reports.sass */
.report .item-container .line {
  border-right: 3px dotted #2E6494;
  height: 40px;
  z-index: 3;
}

/* line 796, app/assets/stylesheets/_reports.sass */
.report .item-container .bar-graph-container {
  margin-top: -30px;
  z-index: 2;
}

/* line 800, app/assets/stylesheets/_reports.sass */
.report .item-container .average-bar, .report .item-container .organization-average-bar {
  margin-bottom: 15px;
}

/* line 804, app/assets/stylesheets/_reports.sass */
.report .item-container .average-bar .filled {
  background: #B5D38D;
  border: 1px solid #385d22;
}

/* line 809, app/assets/stylesheets/_reports.sass */
.report .item-container .organization-average-bar .filled {
  background: #F9C190;
  border: 1px solid #B95B09;
}

/* line 814, app/assets/stylesheets/_reports.sass */
.report .item-container .school-level-pdf-bar .filled {
  background: #E4EEF6;
  border: 1px solid #2E6494;
}

/* line 818, app/assets/stylesheets/_reports.sass */
.report .item-container .bar {
  color: #545454;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  width: 100%;
}

/* line 831, app/assets/stylesheets/_reports.sass */
.report .item-container .bar .filled {
  border-radius: 16px;
}

/* line 835, app/assets/stylesheets/_reports.sass */
.report .item-container .bar.orange .filled {
  background: rgba(245, 131, 32, 0.5);
}

/* line 838, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-bar {
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 4px;
  position: relative;
  width: 100%;
}

/* line 847, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-bar.orange .filled {
  background: rgba(245, 131, 32, 0.5);
}

/* line 849, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-bar p {
  margin: 0;
}

/* line 852, app/assets/stylesheets/_reports.sass */
.report .item-container .n-count {
  font-size: .9em;
  padding-left: 4px;
  text-transform: lowercase;
}

/* line 857, app/assets/stylesheets/_reports.sass */
.report .item-container .filled, .report .item-container .label, .report .item-container .score, .report .item-container .shadow-filled {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 863, app/assets/stylesheets/_reports.sass */
.report .item-container .label {
  left: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}

/* line 870, app/assets/stylesheets/_reports.sass */
.report .item-container .label span:first-child {
  float: left;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 877, app/assets/stylesheets/_reports.sass */
.report .item-container .rating {
  position: absolute;
}

/* line 880, app/assets/stylesheets/_reports.sass */
.report .item-container .rating.minimum {
  padding-left: 10px;
  position: static;
}

/* line 884, app/assets/stylesheets/_reports.sass */
.report .item-container .rating-icon {
  color: #f58320;
  padding: 5px;
}

/* line 888, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-filled {
  background: #fde2cb;
  border: 1px solid #B95B09;
  transition: width 1s;
  width: 0;
}

/* line 894, app/assets/stylesheets/_reports.sass */
.report .item-container .gray-bar .shadow-filled {
  background: #ccc;
}

/* line 897, app/assets/stylesheets/_reports.sass */
.report .item-container .td-text {
  padding: 5px 10px;
  position: relative;
  width: 100%;
}

/* line 902, app/assets/stylesheets/_reports.sass */
.report .item-container .subhead {
  color: black;
  font-weight: bold;
  margin-top: 10px;
}

/* line 907, app/assets/stylesheets/_reports.sass */
.report .item-container .subhead, .report .item-container li {
  margin-bottom: 10px;
}

/* line 910, app/assets/stylesheets/_reports.sass */
.report .item-container .btn-to-questions {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0;
  min-width: 260px;
  text-align: center;
  width: auto;
}

/* line 920, app/assets/stylesheets/_reports.sass */
.report .item-container .feedback-link-container a, .report .item-container .feedback-link-container a:visited, .report .item-container .feedback-link-container a:hover {
  display: block;
}

/* line 923, app/assets/stylesheets/_reports.sass */
.report .item-container .link-item {
  text-align: center;
}

/* line 926, app/assets/stylesheets/_reports.sass */
.report .item-container .link-item:last-child {
  margin-top: 15px;
}

/* line 929, app/assets/stylesheets/_reports.sass */
.report .item-container .link-item .btn {
  background: #82b541;
  display: inline-block;
}

/* line 933, app/assets/stylesheets/_reports.sass */
.report .item-container .option-icon {
  color: #f58320;
  padding-right: 10px;
}

/* line 937, app/assets/stylesheets/_reports.sass */
.report .item-container .option-explanation {
  margin: 50px 0 25px;
}

/* line 940, app/assets/stylesheets/_reports.sass */
.report .item-container .hide-questions-link {
  float: right;
  font-weight: bold;
  margin-top: 25px;
}

/* line 945, app/assets/stylesheets/_reports.sass */
.report .item-container .float-right {
  display: flex;
  justify-content: flex-end;
}

/* line 950, app/assets/stylesheets/_reports.sass */
.trend-report .question-rating {
  color: #f58320;
}

/* line 954, app/assets/stylesheets/_reports.sass */
.trend-report table.options-table th {
  background: #82b541;
}

/* line 957, app/assets/stylesheets/_reports.sass */
.trend-report table.options-table td:last-child {
  color: #f58320;
}

/* line 961, app/assets/stylesheets/_reports.sass */
.trend-report .item-container .shadow-filled {
  background: #d7e8c0;
  border: 1px solid #385d22;
}

/* line 965, app/assets/stylesheets/_reports.sass */
.feedback,
.feedback-fr-view {
  background: white;
  padding: 40px;
}

/* line 970, app/assets/stylesheets/_reports.sass */
.feedback .header,
.feedback-fr-view .header {
  border-bottom: 2px solid #4a6b23;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
}

/* line 976, app/assets/stylesheets/_reports.sass */
.feedback .header .text,
.feedback-fr-view .header .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 982, app/assets/stylesheets/_reports.sass */
.feedback .header .title,
.feedback-fr-view .header .title {
  color: #4a6b23;
  font-size: 40px;
  padding-bottom: 20px;
}

/* line 987, app/assets/stylesheets/_reports.sass */
.feedback h2,
.feedback-fr-view h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding: 30px 0;
  text-transform: uppercase;
}

/* line 994, app/assets/stylesheets/_reports.sass */
.feedback h2:not(:first-child),
.feedback-fr-view h2:not(:first-child) {
  border-top: 1px solid #4a6b23;
}

/* line 997, app/assets/stylesheets/_reports.sass */
.feedback h3,
.feedback-fr-view h3 {
  color: #424242;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 1002, app/assets/stylesheets/_reports.sass */
.feedback ul,
.feedback-fr-view ul {
  list-style-type: none;
  margin: 10px 40px 15px;
}

/* line 1006, app/assets/stylesheets/_reports.sass */
.feedback ul li,
.feedback-fr-view ul li {
  padding: 5px 0;
}

/* line 1009, app/assets/stylesheets/_reports.sass */
.feedback ul li:before,
.feedback-fr-view ul li:before {
  color: #59762E;
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  padding-right: 7px;
  text-decoration: inherit;
}

/* line 1017, app/assets/stylesheets/_reports.sass */
.feedback ol,
.feedback-fr-view ol {
  counter-reset: item;
  list-style-type: none;
}

/* line 1021, app/assets/stylesheets/_reports.sass */
.feedback ol li,
.feedback-fr-view ol li {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 1025, app/assets/stylesheets/_reports.sass */
.feedback ol li:before,
.feedback-fr-view ol li:before {
  color: #59762E;
  content: counter(item) ". ";
  counter-increment: item;
}

/* line 1030, app/assets/stylesheets/_reports.sass */
.feedback .pdf-link,
.feedback-fr-view .pdf-link {
  border-top: 1px solid #82b541;
  margin-top: 50px;
  padding: 15px 0;
}

/* line 1035, app/assets/stylesheets/_reports.sass */
.feedback .pdf-icon,
.feedback-fr-view .pdf-icon {
  padding-right: 10px;
}

/* line 1038, app/assets/stylesheets/_reports.sass */
.report-body {
  min-height: 300px;
}

/* line 1041, app/assets/stylesheets/_reports.sass */
.print-container {
  background: #f2f2f2;
  max-width: 1000px;
  padding-top: 50px;
  width: 95%;
}

/* line 1047, app/assets/stylesheets/_reports.sass */
.print-container .print, .print-container .print-wide {
  font-weight: bold;
  margin: 0px auto 50px;
  width: 150px;
}

/* line 1052, app/assets/stylesheets/_reports.sass */
.print-container .print a, .print-container .print a:visited, .print-container .print a:hover, .print-container .print-wide a, .print-container .print-wide a:visited, .print-container .print-wide a:hover {
  background-image: url(/assets/printer-f7ab83ece2798fe779e29c481ed3e85df902e3bd5264596db3c216ab6a79e722.png);
  background-position: 10px 12px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 35px;
}

/* line 1059, app/assets/stylesheets/_reports.sass */
.print-container .print-wide {
  width: 200px;
}

/* line 1062, app/assets/stylesheets/_reports.sass */
.compare-button {
  margin: 10px auto 10px auto;
  text-transform: uppercase;
  width: 60%;
}

/* line 1067, app/assets/stylesheets/_reports.sass */
.handle {
  cursor: ns-resize;
}

/* line 1070, app/assets/stylesheets/_reports.sass */
.custom-report-item {
  background: white;
}

/* line 1074, app/assets/stylesheets/_reports.sass */
.favorite-link a, .favorite-link a:visited, .favorite-link a:hover {
  display: block;
  margin-right: 4px;
}

/* line 1078, app/assets/stylesheets/_reports.sass */
.notes-container {
  margin-bottom: 10px;
}

/* line 1081, app/assets/stylesheets/_reports.sass */
.notes-container .note-header {
  cursor: pointer;
}

/* line 1084, app/assets/stylesheets/_reports.sass */
.notes-container .note-header i {
  display: inline-block;
  width: 10px;
}

/* line 1088, app/assets/stylesheets/_reports.sass */
.notes-container .note-header .hide-notes {
  display: none;
}

/* line 1091, app/assets/stylesheets/_reports.sass */
.notes-container .notes {
  border: 1px solid #aaa;
  display: none;
  padding: 20px;
}

/* line 1096, app/assets/stylesheets/_reports.sass */
.notes-container .notes form {
  max-width: none;
  width: 100%;
}

/* line 1100, app/assets/stylesheets/_reports.sass */
.notes-container .notes textarea {
  border: 1px solid #aaa;
  border-radius: 5px;
  font-family: sans-serif;
}

/* line 1105, app/assets/stylesheets/_reports.sass */
.notes-container .notes .button-wrapper > * {
  margin: 0 !important;
}

/* line 1109, app/assets/stylesheets/_reports.sass */
.notes-container.expanded .hide-notes, .notes-container.print .hide-notes {
  display: inherit;
}

/* line 1112, app/assets/stylesheets/_reports.sass */
.notes-container.expanded .show-notes, .notes-container.print .show-notes {
  display: none;
}

/* line 1115, app/assets/stylesheets/_reports.sass */
.notes-container.expanded .notes, .notes-container.print .notes {
  display: flex;
  flex-direction: column;
}

/* line 1120, app/assets/stylesheets/_reports.sass */
.notes-container.print .note-form {
  display: none;
}

/* line 1123, app/assets/stylesheets/_reports.sass */
.notes-container .name-modal {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 1002;
}

/* line 1136, app/assets/stylesheets/_reports.sass */
.notes-container .name-modal .input input {
  border: 1px solid #aaa;
}

/* line 1139, app/assets/stylesheets/_reports.sass */
.notes-container .note:first-child {
  margin-top: 0;
}

/* line 1142, app/assets/stylesheets/_reports.sass */
.notes-container .note {
  overflow: auto;
  clear: both;
  margin-top: 20px;
  position: relative;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.notes-container .note::after {
  content: "";
  display: table;
  clear: both;
}

/* line 1148, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-color {
  bottom: 16px;
  position: absolute;
  top: 0;
  width: 10px;
}

/* line 1154, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-body {
  margin-left: 20px;
}

/* line 1157, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-footer {
  font-style: italic;
}

/* line 1160, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-links {
  float: left;
}

/* line 1163, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-links > * {
  margin-right: 4px;
}

/* line 1166, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-signature {
  float: right;
}

/* line 1169, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-update-button {
  background: none !important;
  border: none;
  color: #2E6494;
  cursor: pointer;
  font: inherit;
  padding: 0 !important;
}

/* line 1178, app/assets/stylesheets/_reports.sass */
.search-container .search-input {
  border: 0;
}

/* line 1181, app/assets/stylesheets/_reports.sass */
.search-container .clear-search-link {
  display: block;
  margin: 35px 0 0 10px;
}

/* line 1185, app/assets/stylesheets/_reports.sass */
.search-container .search-body {
  background-color: white;
  margin-bottom: 50px;
  min-height: 250px;
  padding: 25px;
}

/* line 1191, app/assets/stylesheets/_reports.sass */
.search-container h2 {
  padding-bottom: 15px;
}

/* line 1194, app/assets/stylesheets/_reports.sass */
.search-container .search-item {
  margin-bottom: 5px;
}

/* line 1197, app/assets/stylesheets/_reports.sass */
.hideYear {
  display: none;
}

/* line 1200, app/assets/stylesheets/_reports.sass */
#reorder-start, #reorder-stop {
  align-items: baseline;
  display: flex;
}

/* line 1204, app/assets/stylesheets/_reports.sass */
#reorder-start i, #reorder-stop i {
  padding-left: 0.5rem;
}

/* line 1207, app/assets/stylesheets/_reports.sass */
.share-report label {
  text-transform: lowercase;
}

/* line 1210, app/assets/stylesheets/_reports.sass */
.star-options-container {
  box-shadow: 0px 0px 15px 0px rgba(56, 56, 56, 0.75);
  cursor: pointer;
  margin-top: 10px;
  padding: 0 !important;
}

/* line 1216, app/assets/stylesheets/_reports.sass */
.star-options-container .star-option-row {
  padding: 10px 25px;
}

/* line 1219, app/assets/stylesheets/_reports.sass */
.star-options-container .star-option-row:hover {
  background-color: #f2f2f2;
  border-bottom: 1px solid #6b6b6b;
  border-top: 1px solid #6b6b6b;
}

/* line 1225, app/assets/stylesheets/_reports.sass */
.star-selector .ui-dialog-titlebar {
  display: none;
}

/* line 1228, app/assets/stylesheets/_reports.sass */
.star-selector .ui-resizable-handle {
  display: none !important;
}

/* line 1231, app/assets/stylesheets/_reports.sass */
.ui-widget.ui-widget-content {
  padding: 0;
}

/* line 1236, app/assets/stylesheets/_reports.sass */
.ui-widget-overlay {
  position: relative !important;
}

/* line 1239, app/assets/stylesheets/_reports.sass */
.ui-widget-overlay.loading-spinner-modal-open {
  background: rgba(0, 0, 0, 0.8);
  position: fixed !important;
  z-index: 1001 !important;
}

/* line 1244, app/assets/stylesheets/_reports.sass */
.name-report-modal-buttons {
  font-size: 18px;
}

/* line 1248, app/assets/stylesheets/_reports.sass */
.custom-report-select-wrapper form {
  margin: 0 auto;
  width: 50%;
}

/* line 1252, app/assets/stylesheets/_reports.sass */
.subdomain-redirect-link {
  color: black;
}

/* line 1254, app/assets/stylesheets/_reports.sass */
.subdomain-redirect-link:hover, .subdomain-redirect-link:visited, .subdomain-redirect-link:active {
  color: inherit;
}

/* line 1258, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report {
  margin-bottom: 10px;
}

/* line 1262, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .report-name * {
  cursor: default;
}

/* line 1266, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .report-name.clickable * {
  cursor: pointer;
}

/* line 1269, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report span.spacer {
  margin-left: 10px;
  width: 25px;
}

/* line 1273, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report span.spacer i.fa {
  font-size: 24px;
}

/* line 1275, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report span.spacer i.fa.open {
  transform: rotate(90deg);
}

/* line 1278, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .smaller {
  margin-left: 10px;
}

/* line 1281, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .trends-reports-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* line 1286, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .trends-reports-wrapper.collapsed {
  display: none;
  height: 0;
}

/* line 1290, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .trends-reports-wrapper .custom-trends-report {
  margin: 5px 0 0 35px;
}

/* line 1, app/assets/stylesheets/_layout.sass */
nav {
  overflow: auto;
  background-color: white;
  padding: 10px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
nav::after {
  content: "";
  display: table;
  clear: both;
}

/* line 6, app/assets/stylesheets/_layout.sass */
nav .nav-logo {
  background-image: url(/assets/nav_logo-7a9f360ad96c85b4762411afe0fd3931ed25463b55ac31561423702def0f2951.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 55px;
  margin: 8px 0 0 8px;
  width: 123px;
}

/* line 16, app/assets/stylesheets/_layout.sass */
nav .the-well-nav-logo {
  background-image: url(/assets/thewell_no_text_logo-962ef0d31b1cdc940d9bfda3c2876995f5f300d473e803e414464f4ea04bca6f.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 55px;
  margin: 8px 0 0 8px;
  width: 123px;
}

/* line 26, app/assets/stylesheets/_layout.sass */
nav ul {
  list-style-type: none;
}

/* line 28, app/assets/stylesheets/_layout.sass */
nav ul .admin-options {
  float: left;
}

/* line 31, app/assets/stylesheets/_layout.sass */
nav li {
  float: left;
  line-height: 69px;
  margin-left: 40px;
}

/* line 36, app/assets/stylesheets/_layout.sass */
nav li a.nav-active, nav li a:hover {
  border-top: 3px solid #2E6494;
  padding-top: 5px;
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/_layout.sass */
nav li a:visited, nav li a:link {
  color: #424242;
}

/* line 44, app/assets/stylesheets/_layout.sass */
nav .user-options {
  float: right;
  margin-right: 40px;
}

/* line 49, app/assets/stylesheets/_layout.sass */
nav .user-email, nav .logout {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/_layout.sass */
nav .login {
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/_layout.sass */
nav li.submenu:hover li, nav li.submenu ul:hover li {
  display: block;
}

/* line 64, app/assets/stylesheets/_layout.sass */
nav li.submenu ul {
  left: 122px;
  position: absolute;
  right: 0;
  top: 45px;
}

/* line 70, app/assets/stylesheets/_layout.sass */
nav li.submenu ul li {
  display: none;
  float: left;
}

/* line 75, app/assets/stylesheets/_layout.sass */
nav.survey-nav ul {
  float: right;
}

/* line 78, app/assets/stylesheets/_layout.sass */
nav.survey-nav li {
  float: right;
  line-height: 63px;
}

/* line 82, app/assets/stylesheets/_layout.sass */
.notice, .alert {
  padding: 20px;
  text-align: center;
}

/* line 86, app/assets/stylesheets/_layout.sass */
.notice {
  background-color: #4E832F;
  color: white;
}

/* line 90, app/assets/stylesheets/_layout.sass */
.alert {
  background-color: #CC0000;
  color: white;
}

/* line 94, app/assets/stylesheets/_layout.sass */
.full-page-notice {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9001;
}

/* line 103, app/assets/stylesheets/_layout.sass */
.full-page-notice .full-page-notice-message {
  background: #fff;
  border: 8px solid #82b541;
  font-size: 22px;
  margin: 50px auto 0;
  padding: 20px;
  text-align: center;
  width: 15rem;
  height: 15rem;
}

/* line 113, app/assets/stylesheets/_layout.sass */
.full-page-notice .close {
  margin-top: 8px;
}

/* line 116, app/assets/stylesheets/_layout.sass */
.full-page-notice .close a, .full-page-notice .close a:visited, .full-page-notice .close a:hover {
  font-style: italic;
}

/* line 119, app/assets/stylesheets/_layout.sass */
main {
  overflow: auto;
  margin-right: 20px;
  min-height: 600px;
  padding: 20px 0;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
main::after {
  content: "";
  display: table;
  clear: both;
}

/* line 125, app/assets/stylesheets/_layout.sass */
main .admin-responsive {
  max-width: 1080px;
  width: calc(100% - 200px);
}

/* line 129, app/assets/stylesheets/_layout.sass */
main .admin-responsive .edit {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

/* line 134, app/assets/stylesheets/_layout.sass */
.content {
  background: white;
  min-height: 318px;
  padding: 16px;
}

/* line 139, app/assets/stylesheets/_layout.sass */
section#actions {
  float: left;
  margin: 20px;
}

/* line 143, app/assets/stylesheets/_layout.sass */
section#actions ul {
  list-style-type: none;
  margin: 0;
}

/* line 147, app/assets/stylesheets/_layout.sass */
section#actions li {
  margin-bottom: 8px;
}

/* line 150, app/assets/stylesheets/_layout.sass */
section#actions .btn, section#actions .btn-alt {
  display: block;
  text-align: center;
  width: 140px;
}

/* line 155, app/assets/stylesheets/_layout.sass */
footer {
  background-color: white;
  box-shadow: 0px 2px 8px #e8e8e8;
  clear: both;
  padding: 20px;
}

/* line 161, app/assets/stylesheets/_layout.sass */
footer a, footer a:visited {
  color: black;
}

/* line 164, app/assets/stylesheets/_layout.sass */
footer .contact {
  overflow: auto;
  margin-bottom: 6px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
footer .contact::after {
  content: "";
  display: table;
  clear: both;
}

/* line 168, app/assets/stylesheets/_layout.sass */
footer .contact div {
  float: left;
  margin-right: 20px;
}

/* line 172, app/assets/stylesheets/_layout.sass */
footer .copy {
  color: #757575;
}

/* line 175, app/assets/stylesheets/_layout.sass */
.mobile-only {
  display: none;
}

/* line 178, app/assets/stylesheets/_layout.sass */
.desktop-only {
  display: block;
}

/* line 181, app/assets/stylesheets/_layout.sass */
.help {
  font-size: 14px;
  font-style: italic;
  padding: 4px 0;
}

/* line 186, app/assets/stylesheets/_layout.sass */
.paginate-count {
  margin: 15px 0;
}

/* line 189, app/assets/stylesheets/_layout.sass */
.paginate-count b {
  font-weight: bold;
}

/* line 192, app/assets/stylesheets/_layout.sass */
.prominent-buttons-container {
  box-sizing: border-box;
  display: inline-flex;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
}

/* line 199, app/assets/stylesheets/_layout.sass */
.prominent-buttons-container a, .prominent-buttons-container a:visited, .prominent-buttons-container a:hover {
  font-size: 1.2em;
  margin: 10px;
  padding: 25px 0;
  text-align: center;
  width: 240px;
}

/* line 206, app/assets/stylesheets/_layout.sass */
#mask {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

/* line 216, app/assets/stylesheets/_layout.sass */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 225, app/assets/stylesheets/_layout.sass */
.fr-view p img.wysiwyg-pdf-icon, .fr-view p span.wysiwyg-pdf-icon {
  float: left !important;
  margin: 0 5px 0 0 !important;
  padding: 0;
  width: 15px !important;
}

/* line 231, app/assets/stylesheets/_layout.sass */
.fr-view em {
  font-style: italic;
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/_layout.sass */
hr {
  margin: 20px 0;
}

/* line 238, app/assets/stylesheets/_layout.sass */
.quick-call-info-link {
  margin-left: 12px;
  margin-top: 5px;
}

/* line 247, app/assets/stylesheets/_layout.sass */
#umbrellas-index .card .card-item-body .remove-link {
  margin: 0 10px;
}

/* line 253, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts form input, #umbrella .umbrella-users form input {
  margin: 0;
}

/* line 256, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts form select, #umbrella .umbrella-users form select {
  border-radius: 4px;
  font-size: 16px;
  height: 44px;
  padding: 0 10px;
}

/* line 262, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts form .btn, #umbrella .umbrella-users form .btn {
  margin-left: 10px;
}

/* line 265, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts .remove-link, #umbrella .umbrella-users .remove-link {
  margin: 0 10px;
}

/* line 269, app/assets/stylesheets/_layout.sass */
#resources .cards {
  gap: 20px 1%;
  margin-bottom: 50px;
  width: 100%;
}

/* line 274, app/assets/stylesheets/_layout.sass */
#resources .cards .resource-card {
  flex: 0 0 31%;
}

/* line 278, app/assets/stylesheets/_layout.sass */
td.move-wrapper {
  text-align: center;
  vertical-align: top;
}

/* line 282, app/assets/stylesheets/_layout.sass */
td.move-wrapper i {
  cursor: grab;
}

/* line 8, app/assets/stylesheets/print.sass */
body {
  background: white;
}

/* line 11, app/assets/stylesheets/print.sass */
main {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

/* line 16, app/assets/stylesheets/print.sass */
footer {
  border-top: 1px solid #82b541;
  box-shadow: 0px;
}

/* line 20, app/assets/stylesheets/print.sass */
nav {
  display: none;
}

/* line 23, app/assets/stylesheets/print.sass */
section#actions {
  display: none;
}

/* line 26, app/assets/stylesheets/print.sass */
.report {
  -webkit-print-color-adjust: exact;
}

/* line 29, app/assets/stylesheets/print.sass */
.report .component-link, .report .view-by-select, .report .title-container a,
.report .nav-link-container, .report .btn-to-questions, .report .feedback-link,
.report .js-toggle-subdomains {
  display: none !important;
}

/* line 34, app/assets/stylesheets/print.sass */
.report .description, .report h4, .report .options-table tr {
  page-break-after: avoid;
}

/* line 37, app/assets/stylesheets/print.sass */
.explainer {
  display: none;
}

/* line 40, app/assets/stylesheets/print.sass */
.sticky-title {
  display: none;
}

/* line 43, app/assets/stylesheets/print.sass */
.print-custom-report-item {
  break-before: page;
}

/* line 46, app/assets/stylesheets/print.sass */
.print-past-question-page-break {
  break-before: page;
}

/* line 49, app/assets/stylesheets/print.sass */
.report-select {
  display: none;
}

/* line 52, app/assets/stylesheets/print.sass */
.custom_report_select, #report_select {
  display: none;
}
