.reportBreadcrumbs {
  padding: 10px !important;
  border-left: 1px #D9D9D9 solid;
  border-right: 1px #D9D9D9 solid;
  border-bottom: 1px #D9D9D9 solid; }
  .reportBreadcrumbs a {
    text-decoration: none;
    color: #4A4A4A; }
  .reportBreadcrumbs a:hover {
    color: #6E5D8E; }

.reportHomeBox {
  border: 1px #60708C solid;
  border-radius: 5px;
  margin: 20px;
  text-align: center; }
  .reportHomeBox .reportHomeHeader {
    background-color: #60708C;
    color: #F5F5F5;
    padding: 10px;
    border-radius: 5px 5px 0 0; }
  .reportHomeBox h4 {
    padding: 10px; }
  .reportHomeBox h2, .reportHomeBox h3 {
    margin: 0; }
  .reportHomeBox a {
    margin: 10px;
    width: 75%; }

.cfReportTable {
  border: 1.5px #4A4A4A solid;
  background-color: #ffffff; }
  .cfReportTable thead {
    background-color: #36a5e3;
    color: #F5F5F5;
    border: 1px #4A4A4A solid; }
  .cfReportTable tbody td {
    border: 1px #eaeaea solid !important;
    vertical-align: middle !important; }

.cfBlueLine {
  border: 1px #36a5e3 solid;
  margin: 20px 0;
  padding: 0; }

.issCharacteristicSection {
  margin-bottom: 40px; }

.issGuidingQuestionDiv {
  padding: 10px;
  background-color: #6E5D8E;
  color: #F5F5F5; }

.characteristicDropdown {
  margin: 30px 0;
  padding: 0 !important; }
  .characteristicDropdown select {
    background-color: #6E5D8E;
    color: #ffffff;
    height: 35px; }

.issSummaryTable {
  margin: auto;
  text-align: center; }
  .issSummaryTable td {
    padding: 10px 30px; }
  .issSummaryTable thead h3 {
    font-weight: 700; }

.prevalenceToggleDiv {
  padding: 10px !important;
  text-align: center;
  background-color: #EAE7F3;
  width: 100%; }
  .prevalenceToggleDiv .boxTitle {
    background-color: #6E5D8E;
    padding: 10px;
    color: #F5F5F5;
    border-radius: 5px 5px 0 0;
    margin-top: 0; }
  .prevalenceToggleDiv h4 {
    font-weight: 300; }
  .prevalenceToggleDiv strong {
    font-weight: 500; }
  .prevalenceToggleDiv table {
    width: 100%; }
    .prevalenceToggleDiv table tr {
      padding: 0 !important; }
    .prevalenceToggleDiv table td {
      padding: 0px;
      height: 30px !important;
      border: 0px black solid; }
      .prevalenceToggleDiv table td img {
        height: 50px; }
      .prevalenceToggleDiv table td .switch {
        margin-top: 8px; }
    .prevalenceToggleDiv table td:nth-child(2) {
      width: 70%; }
    .prevalenceToggleDiv table td:last-child {
      padding-left: 0 !important; }

.needsImproveCircle {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 2px #6E5D8E solid;
  background-color: #EAE7F3;
  line-height: 48px;
  text-align: center; }

.characteristicsListDiv table {
  width: 100%; }
  .characteristicsListDiv table thead td {
    font-weight: 500;
    text-align: center;
    height: 60px; }
  .characteristicsListDiv table tbody {
    border: 2px #979797 solid; }
    .characteristicsListDiv table tbody td {
      border-bottom: 1px #979797 solid;
      height: 60px;
      text-align: left;
      padding: 0 10px;
      font-size: 14px; }
      .characteristicsListDiv table tbody td img {
        height: 40px;
        float: right; }
    .characteristicsListDiv table tbody tr[data-type='pos-high'], .characteristicsListDiv table tbody tr[data-type='neg-low'] {
      background-color: #C6DEEC; }
      .characteristicsListDiv table tbody tr[data-type='pos-high'] td:last-child, .characteristicsListDiv table tbody tr[data-type='neg-low'] td:last-child {
        text-align: center; }
    .characteristicsListDiv table tbody tr[data-type='pos-mod'], .characteristicsListDiv table tbody tr[data-type='neg-mod'] {
      background-color: #DFD0F3; }
      .characteristicsListDiv table tbody tr[data-type='pos-mod'] td:last-child, .characteristicsListDiv table tbody tr[data-type='neg-mod'] td:last-child {
        text-align: center; }
    .characteristicsListDiv table tbody tr[data-type='pos-low'], .characteristicsListDiv table tbody tr[data-type='neg-high'] {
      background-color: #F1CEE0; }
      .characteristicsListDiv table tbody tr[data-type='pos-low'] td:last-child, .characteristicsListDiv table tbody tr[data-type='neg-high'] td:last-child {
        text-align: center; }
    .characteristicsListDiv table tbody .issMeanInfo {
      color: #4A4A4A;
      font-weight: 500;
      margin: auto; }
      .characteristicsListDiv table tbody .issMeanInfo h4, .characteristicsListDiv table tbody .issMeanInfo h5 {
        margin: 0;
        display: inline; }
      .characteristicsListDiv table tbody .issMeanInfo h4 {
        font-size: 14px; }
      .characteristicsListDiv table tbody .issMeanInfo h5 {
        font-size: 12px;
        font-weight: 300; }
    .characteristicsListDiv table tbody .needsImproveScoreNeg, .characteristicsListDiv table tbody .needsImproveScorePos, .characteristicsListDiv table tbody .needsImproveScoreNegSmall, .characteristicsListDiv table tbody .needsImproveScorePosSmall {
      font-size: 14px;
      height: 50px;
      width: 50px;
      border-radius: 25px;
      border: 2px #6E5D8E solid;
      background-color: #EAE7F3;
      line-height: 48px;
      text-align: center; }
    .characteristicsListDiv table tbody .needsImproveScoreNegSmall, .characteristicsListDiv table tbody .needsImproveScorePosSmall {
      line-height: 18px;
      font-size: 12px;
      padding-top: 4px; }
    .characteristicsListDiv table tbody .needsImprove100Neg, .characteristicsListDiv table tbody .needsImprove100Pos {
      font-size: 26px;
      height: 40px;
      width: 40px;
      border-radius: 25px;
      border: 2px #6E5D8E solid;
      background-color: #EAE7F3;
      line-height: 38px;
      text-align: center;
      font-weight: 500;
      float: right; }
    .characteristicsListDiv table tbody .needsImproveCol {
      width: 60px;
      text-align: right;
      border-left-style: none; }

.issDivider {
  border: 1px #6E5D8E solid;
  width: 100%;
  margin: 40px auto; }

.pmrDivider {
  border: 1px #34908B solid;
  width: 100%;
  margin: 40px auto; }

.orDivider {
  border: 1px #5D8E69 solid;
  width: 100%;
  margin: 40px auto; }

.rsGuidingQuestionDiv {
  padding: 10px;
  background-color: #2269A8;
  color: #F5F5F5; }

.rsDivider {
  border: 1px #2269A8 solid;
  width: 100%;
  margin: 25px auto; }

.graphLegend {
  height: 30px;
  margin: 20px 0; }
  .graphLegend .coachLegend {
    height: 30px;
    width: 30px;
    border: 1px #000000 solid;
    float: left;
    background-color: #6DBAFE; }
  .graphLegend .teacherLegend {
    height: 30px;
    width: 30px;
    border: 1px #000000 solid;
    float: left;
    background-color: #2269A8; }
  .graphLegend .supervisorLegend {
    height: 30px;
    width: 30px;
    border: 1px #000000 solid;
    float: left;
    background-color: #002443; }
  .graphLegend h4 {
    float: left;
    padding-left: 10px; }

.effectivenessNumbers {
  height: 25px;
  width: 100%; }
  .effectivenessNumbers div {
    float: left;
    width: 1%;
    font-size: 18px;
    font-weight: 500; }
  .effectivenessNumbers .zero {
    padding-left: 5px; }
  .effectivenessNumbers .one {
    padding-left: 23.5%; }
  .effectivenessNumbers .two {
    padding-left: 25%; }
  .effectivenessNumbers .three {
    padding-left: 25%; }
  .effectivenessNumbers .four {
    padding-left: 23.5%; }

.effectivenessLabels {
  height: 60px;
  width: 100%; }
  .effectivenessLabels div {
    float: left;
    font-size: 16px;
    width: 15%;
    text-align: center;
    border: 0px #000000 solid;
    font-weight: 500;
    color: #4A4A4A; }
  .effectivenessLabels div:first-child {
    text-align: left;
    padding-top: 11px; }
  .effectivenessLabels div:nth-child(2) {
    margin-left: 2.5%; }
  .effectivenessLabels div:nth-child(3) {
    margin-left: 10%; }
  .effectivenessLabels div:nth-child(4) {
    margin-left: 10%; }
  .effectivenessLabels div:last-child {
    margin-left: 2.5%;
    text-align: right;
    float: right; }

.rangeGradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e14f4f+0,af4f9d+19,267dad+61,d95195+100 */
background: linear-gradient(to right,  #e14f4f 10%,#af4f9d 50%,#267dad 70%,#d95195 100%)

}

.gaugesHeader {
  margin-bottom: 20px; }
  .gaugesHeader h4, .gaugesHeader h3 {
    float: left; }
  .gaugesHeader button {
    float: right; }

.outcomeDef {
  padding-left: 10px !important; }

.gaugeItem {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px; }
  .gaugeItem .gaugeValue {
    border: 3px #2269A8 solid;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 500;
    color: #4A4A4A; }
  .gaugeItem .gaugeLabel {
    margin-top: 10px; }

.wellHeaderBlue, .wellHeaderTurq, .wellHeaderGreen, .wellHeaderPurple, .wellHeaderCF {
  background-color: #2269A8;
  margin-top: 0;
  color: #F5F5F5;
  border-radius: 4px 4px 0 0;
  padding: 10px; }

.wellHeaderTurq {
  background-color: #34908B; }

.wellHeaderGreen {
  background-color: #5D8E69; }

.wellHeaderPurple {
  background-color: #6E5D8E; }

.wellHeaderCF {
  background-color: #36a5e3; }

.wellWithHeader {
  padding: 0 !important; }
  .wellWithHeader h4 {
    padding: 10px; }

.evidenceDiv {
  margin-bottom: 20px; }
  .evidenceDiv table {
    margin: auto; }
    .evidenceDiv table tbody td {
      padding: 0 16px; }
    .evidenceDiv table td {
      border: none;
      width: 25%; }
    .evidenceDiv table tr {
      height: 40px; }
    .evidenceDiv table thead > tr > td {
      text-align: center !important; }
    .evidenceDiv table .evidenceLabels {
      font-weight: 500;
      height: 30px;
      text-align: center; }
      .evidenceDiv table .evidenceLabels td:nth-child(2) {
        text-align: left !important; }
      .evidenceDiv table .evidenceLabels td:last-child {
        text-align: right !important; }
    .evidenceDiv table td:first-child {
      width: inherit;
      padding: 10px;
      text-align: right; }

.whiteBox {
  background-color: #ffffff;
  box-shadow: 1px 1px 1px #eaeaea;
  padding: 10px;
  margin: 10px; }
  .whiteBox .issPurpleBar {
    margin: 10px 0 !important; }
  .whiteBox .row {
    height: 60px; }

.evidenceBarDivBlue {
  height: 0px;
  width: 100%;
  border: 1px #2269A8 solid; }

.evidenceBarDivBlueStrong {
  height: 5px;
  width: 100%;
  border: 1px #2269A8 solid;
  background-color: #2269A8; }
  .evidenceBarDivBlueStrong .evidencePointBlue {
    display: inline-block;
    left: calc(100% - 20px); }

.evidencePointLabel {
  position: relative;
  display: inline-block; }

.evidencePointBlue {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #2269A8;
  position: relative;
  top: -10px;
  margin-left: -10px; }

.evidenceBarDivPurple {
  height: 0px;
  width: 100%;
  border: 1px #6E5D8E solid; }

.evidenceBarDivPurpleStrong {
  height: 5px;
  width: 100%;
  border: 1px #6E5D8E solid;
  background-color: #6E5D8E; }
  .evidenceBarDivPurpleStrong .evidencePointPurple {
    display: inline-block;
    left: calc(100% - 20px); }

.evidencePointPurple {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #6E5D8E;
  position: relative;
  top: -10px;
  margin-left: -10px; }

.evidenceBarDivGreen {
  height: 0px;
  width: 100%;
  border: 1px #5D8E69 solid; }

.evidenceBarDivGreenStrong {
  height: 5px;
  width: 100%;
  border: 1px #5D8E69 solid;
  background-color: #5D8E69; }
  .evidenceBarDivGreenStrong .evidencePointGreen {
    display: inline-block;
    left: calc(100% - 20px); }

.evidencePointGreen {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #5D8E69;
  position: relative;
  top: -10px;
  margin-left: -10px; }

.rsBarDiv {
  position: absolute;
  border: 2px #4A4A4A solid; }
  .rsBarDiv .barSkill {
    height: 200px;
    background: #F6FBFF;
    border-bottom: 1px #4A4A4A solid;
    border-right: 2px #4A4A4A solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .rsBarDiv .barSkill h3, .rsBarDiv .barSkill h5 {
      margin-top: 0px; }
    .rsBarDiv .barSkill h5 {
      color: #2269A8; }
  .rsBarDiv .barChart {
    height: 200px;
    margin: auto;
    border-bottom: 1px #4A4A4A solid;
    z-index: 5;
    padding-top: 25px !important; }
    .rsBarDiv .barChart .coachBarInline {
      border: 1px #9B9B9B solid;
      height: 50px;
      width: 50%;
      background-color: #6DBAFE;
      line-height: 50px;
      text-align: right;
      padding-right: 10px;
      color: #F5F5F5;
      font-weight: 500;
      font-size: 16px; }
      .rsBarDiv .barChart .coachBarInline h4, .rsBarDiv .barChart .coachBarInline h5 {
        display: inline;
        margin: 0; }
    .rsBarDiv .barChart .coachBarStacked {
      border: 1px #9B9B9B solid;
      height: 50px;
      width: 50%;
      background-color: #6DBAFE;
      text-align: right;
      padding-right: 10px;
      color: #F5F5F5;
      font-weight: 500;
      font-size: 16px;
      padding-top: 5px; }
      .rsBarDiv .barChart .coachBarStacked h4, .rsBarDiv .barChart .coachBarStacked h5 {
        display: block;
        margin: 0; }
    .rsBarDiv .barChart .teacherBarInline {
      border: 1px #9B9B9B solid;
      height: 50px;
      width: 50%;
      background-color: #2269A8;
      line-height: 50px;
      text-align: right;
      padding-right: 10px;
      color: #000;
      font-weight: 500;
      font-size: 16px; }
      .rsBarDiv .barChart .teacherBarInline h4, .rsBarDiv .barChart .teacherBarInline h5 {
        display: inline;
        margin: 0; }
    .rsBarDiv .barChart .teacherBarStacked {
      border: 1px #9B9B9B solid;
      height: 50px;
      width: 50%;
      background-color: #2269A8;
      text-align: right;
      padding-right: 10px;
      color: #F5F5F5;
      font-weight: 500;
      font-size: 16px;
      padding-top: 5px; }
      .rsBarDiv .barChart .teacherBarStacked h4, .rsBarDiv .barChart .teacherBarStacked h5 {
        display: block;
        margin: 0; }
    .rsBarDiv .barChart .supervisorBarInline {
      border: 1px #9B9B9B solid;
      height: 50px;
      width: 50%;
      background-color: #002443;
      line-height: 50px;
      text-align: right;
      padding-right: 10px;
      color: #000;
      font-weight: 500;
      font-size: 16px; }
      .skillsTableCrossYear table thead tr:first-child td:nth-child(2) {
        background-color: #F1CEE0;
        color: #000;
    }
    .skillsTableCrossYear table thead tr:first-child td:nth-child(3) {
      background-color: #DFD0F3;
      color: #000;
  }
  .skillsTableCrossYear table thead tr:first-child td:nth-child(4) {
    background-color: #C6DEEC;
     color: #000;
}
      .rsBarDiv .barChart .supervisorBarInline h4, .rsBarDiv .barChart .supervisorBarInline h5 {
        display: inline;
        margin: 0; }
    .rsBarDiv .barChart .supervisorBarStacked {
      border: 1px #9B9B9B solid;
      height: 50px;
      width: 50%;
      background-color: #002443;
      text-align: right;
      padding-right: 10px;
      color: #F5F5F5;
      font-weight: 500;
      font-size: 16px;
      padding-top: 5px; }
      .rsBarDiv .barChart .supervisorBarStacked h4, .rsBarDiv .barChart .supervisorBarStacked h5 {
        display: block;
        margin: 0; }
    .rsBarDiv .barChart h5 {
      display: inline; }

.teacherBarStacked h4, .teacherBarStacked h5,.supervisorBarInline h4,.supervisorBarInline h5,.coachBarInline h4,
.coachBarInline h5 {
  display: inline-block !important;}

.skillsTable {
  margin-bottom: 20px; }
  .skillsTable table .meanRow td:first-child {
    background-color: #2269A8;
    text-align: center;
    color: #F5F5F5; }
  .skillsTable table td {
    border: 1px #7E7E7E solid;
    height: 80px;
    padding: 10px; }
  .skillsTable table h2 {
    margin: 0;
    display: inline; }
  .skillsTable table h3 {
    margin: 0; }
  .skillsTable table h4 {
    margin: 0;
    display: inline;
    color: #4A4A4A;
    font-weight: 300; }
  .skillsTable table thead > tr {
    background-color: #81A7C8;
    color: #F5F5F5; }
    .skillsTable table thead > tr td {
      text-align: center; }
    .skillsTable table thead > tr td:first-child {
      background-color: #2269A8; }
  .skillsTable table tbody > tr td {
    background-color: #DFEEFA;
    text-align: center;
    width: 16.6667%; }
  .skillsTable table tbody > tr td:first-child {
    font-size: 16px;
    width: 50%;
    text-align: left;
    background-color: #F5F5F5; }

.skillsTableCrossYear {
  margin-bottom: 20px; }
  .skillsTableCrossYear table .meanRow td:first-child {
    background-color: #2269A8;
    text-align: center;
    color: #F5F5F5; }
  .skillsTableCrossYear table .firstYear {
    background-color: #DFEEFA !important;
    color: #4A4A4A !important;
    border-left: 2px #4A4A4A solid; }
    .skillsTableCrossYear table .firstYear h2 {
      font-weight: 400 !important; }
  .skillsTableCrossYear table td {
    border: 1px #7E7E7E solid;
    height: 80px;
    padding: 10px; }
  .skillsTableCrossYear table h2 {
    margin: 0;
    display: inline; }
  .skillsTableCrossYear table h3 {
    margin: 0; }
  .skillsTableCrossYear table h4 {
    margin: 0;
    display: inline;
    color: #4A4A4A;
    font-weight: 300; }
  .skillsTableCrossYear table thead tr:first-child {
    background-color: #81A7C8;
    color: #F5F5F5; }
    .skillsTableCrossYear table thead tr:first-child td {
      text-align: center;
      height: 40px !important; }
    .skillsTableCrossYear table thead tr:first-child td:first-child {
      background-color: #2269A8; }
  .skillsTableCrossYear table thead tr:last-child {
    background-color: #F5F5F5;
    color: #4A4A4A;
    border-bottom: 2px #4A4A4A solid; }
    .skillsTableCrossYear table thead tr:last-child td {
      text-align: center;
      height: 40px !important; }
  .skillsTableCrossYear table tbody > tr td {
    background-color: #b9d4ea;
    color: #4A4A4A;
    text-align: center;
    font-weight: 100; }
  .skillsTableCrossYear table tbody > tr td:first-child {
    color: #4A4A4A !important;
    font-size: 16px;
    width: 30%;
    text-align: left;
    background-color: #F5F5F5; }
  .skillsTableCrossYear table tbody > tr h2 {
    font-weight: 500; }

.issCoachListTable {
  border-radius: 5px;
  text-align: center; }
  .issCoachListTable h3 {
    margin: 10px; }
  .issCoachListTable td {
    padding: 5px 10px;
    border: 1px #6E5D8E solid; }
  .issCoachListTable thead tr {
    background-color: #6E5D8E;
    color: #F5F5F5; }

.sdExampleDiv {
  text-align: center;
  margin-bottom: 10px; }

.rsCoachListTable {
  width: 70%;
  margin: auto;
  border-radius: 5px;
  text-align: center; }
  .rsCoachListTable h3 {
    margin: 10px; }
  .rsCoachListTable h4, .rsCoachListTable h5 {
    margin: 0;
    display: inline; }
  .rsCoachListTable h5 {
    color: #4A4A4A;
    font-weight: 400; }
  .rsCoachListTable td {
    padding: 5px 10px;
    border: 1px #2269A8 solid; }
  .rsCoachListTable thead tr {
    background-color: #2269A8;
    color: #F5F5F5; }
  .rsCoachListTable .rsCoachListFirstCol {
    width: 15%; }

.graphLine {
  height: 444px;
  width: 1px;
  background-color: rgba(151, 151, 151, 0.4);
  z-index: 3;
  position: absolute;
  float: left;
  top: -21px !important; }

.graphLine:first-of-type {
  left: 2.5%; }

.graphLine:nth-of-type(2) {
  left: 5%; }

.graphLine:nth-of-type(3) {
  left: 7.5%; }

.graphLine:nth-of-type(4) {
  left: 10%; }

.graphLine:nth-of-type(5) {
  left: 12.5%;
  width: 2px; }

.graphLine:nth-of-type(6) {
  left: 15%; }

.graphLine:nth-of-type(7) {
  left: 17.5%; }

.graphLine:nth-of-type(8) {
  left: 20%; }

.graphLine:nth-of-type(9) {
  left: 22.5%; }

.graphLine:nth-of-type(10) {
  left: 25%;
  width: 2px;
  background-color: rgba(151, 151, 151, 0.7); }

.graphLine:nth-of-type(11) {
  left: 27.5%;
  width: 1px; }

.graphLine:nth-of-type(12) {
  left: 30%; }

.graphLine:nth-of-type(13) {
  left: 32.5%; }

.graphLine:nth-of-type(14) {
  left: 35%; }

.graphLine:nth-of-type(15) {
  left: 37.5%;
  width: 2px; }

.graphLine:nth-of-type(16) {
  left: 40%; }

.graphLine:nth-of-type(17) {
  left: 42.5%; }

.graphLine:nth-of-type(18) {
  left: 45%; }

.graphLine:nth-of-type(19) {
  left: 47.5%; }

.graphLine:nth-of-type(20) {
  left: 50%;
  width: 2px;
  background-color: rgba(151, 151, 151, 0.7); }

.graphLine:nth-of-type(21) {
  left: 52.5%;
  width: 1px; }

.graphLine:nth-of-type(22) {
  left: 55%; }

.graphLine:nth-of-type(23) {
  left: 57.5%; }

.graphLine:nth-of-type(24) {
  left: 60%; }

.graphLine:nth-of-type(25) {
  left: 62.5%;
  width: 2px; }

.graphLine:nth-of-type(26) {
  left: 65%; }

.graphLine:nth-of-type(27) {
  left: 67.5%; }

.graphLine:nth-of-type(28) {
  left: 70%; }

.graphLine:nth-of-type(29) {
  top: 0;
  left: 72.5%; }

.graphLine:nth-of-type(30) {
  left: 75%;
  width: 2px;
  background-color: rgba(151, 151, 151, 0.7); }

.graphLine:nth-of-type(31) {
  left: 77.5%;
  width: 1px; }

.graphLine:nth-of-type(32) {
  left: 80%; }

.graphLine:nth-of-type(33) {
  left: 82.5%; }

.graphLine:nth-of-type(34) {
  left: 85%; }

.graphLine:nth-of-type(35) {
  left: 87.5%;
  width: 2px; }

.graphLine:nth-of-type(36) {
  left: 90%; }

.graphLine:nth-of-type(37) {
  left: 92.5%; }

.graphLine:nth-of-type(38) {
  left: 95%; }

.graphLine:nth-of-type(39) {
  left: 97.5%; }

.orGraphBox {
  width: 850px;
  margin: auto;
  text-align: center; }
  .orGraphBox .graphContentBox {
    margin: auto;
    height: 304px;
    width: 800px;
    border: 2px #5D8E69 solid;
    position: relative; }
    .orGraphBox .graphContentBox .orGraphLine {
      height: 1px;
      background-color: #9B9B9B;
      width: 100%;
      position: absolute;
      float: left; }
    .orGraphBox .graphContentBox .orGraphLine:first-of-type {
      bottom: 10px; }
    .orGraphBox .graphContentBox .orGraphLine:nth-of-type(2) {
      bottom: 80px; }
    .orGraphBox .graphContentBox .orGraphLine:nth-of-type(3) {
      bottom: 150px; }
    .orGraphBox .graphContentBox .orGraphLine:nth-of-type(4) {
      bottom: 220px; }
    .orGraphBox .graphContentBox .orGraphLine:nth-of-type(5) {
      bottom: 290px; }
    .orGraphBox .graphContentBox .orGraphBar, .orGraphBox .graphContentBox .orGraphBar1, .orGraphBox .graphContentBox .orGraphBar2, .orGraphBox .graphContentBox .orGraphBar3, .orGraphBox .graphContentBox .orGraphBar4, .orGraphBox .graphContentBox .orGraphBar5, .orGraphBox .graphContentBox .orGraphBar6 {
      width: 50px;
      background-color: #5D8E69;
      position: absolute;
      transform: rotate(180deg) scaleX(-1);
      bottom: 0; }
    .orGraphBox .graphContentBox .orGraphBar1 {
      margin-left: 72px; }
    .orGraphBox .graphContentBox .orGraphBar2 {
      margin-left: 192px; }
    .orGraphBox .graphContentBox .orGraphBar3 {
      margin-left: 312px; }
    .orGraphBox .graphContentBox .orGraphBar4 {
      margin-left: 432px; }
    .orGraphBox .graphContentBox .orGraphBar5 {
      margin-left: 552px; }
    .orGraphBox .graphContentBox .orGraphBar6 {
      margin-left: 672px; }
  .orGraphBox .orGraphYLabelDiv {
    float: left;
    width: 20px;
    position: relative; }
    .orGraphBox .orGraphYLabelDiv div {
      position: absolute;
      left: 10px; }
    .orGraphBox .orGraphYLabelDiv div:first-of-type {
      top: -5px; }
    .orGraphBox .orGraphYLabelDiv div:nth-of-type(2) {
      top: 65px; }
    .orGraphBox .orGraphYLabelDiv div:nth-of-type(3) {
      top: 135px; }
    .orGraphBox .orGraphYLabelDiv div:nth-of-type(4) {
      top: 205px; }
    .orGraphBox .orGraphYLabelDiv div:nth-of-type(5) {
      top: 275px; }
  .orGraphBox .orGraphXLabelDiv {
    width: 850px;
    margin-left: 65px; }
    .orGraphBox .orGraphXLabelDiv div {
      width: 120px;
      text-align: center;
      float: left; }

.orReportIndicators h4 {
  margin: 10px 0; }
.orReportIndicators table {
  margin-bottom: 20px;
  border: 1.5px #4A4A4A solid;
  width: 100%; }
  .orReportIndicators table td {
    padding: 5px 10px; }
  .orReportIndicators table tr {
    border: 1px #4A4A4A solid; }
    .orReportIndicators table tr td:last-child {
      text-align: center; }
  .orReportIndicators table thead td {
    background-color: #E2EFE8;
    color: #4A4A4A; }
  .orReportIndicators table .fa-check {
    color: #5D8E69; }
  .orReportIndicators table .fa-times {
    color: #F43A50; }

.pmrGraphDiv {
  background-color: #FAFAFA; }
  .pmrGraphDiv .col-sm-4 {
    text-align: center;
    padding: 20px; }
  .pmrGraphDiv .graphTitle {
    height: 50px;
    text-align: center; }

.pmrGraphBox {
  width: 250px;
  margin: auto;
  text-align: center; }

.graphContentBox {
  margin: auto;
  height: 304px;
  width: 200px;
  border: 2px #34908B solid;
  position: relative; }
  .graphContentBox .pmrGraphLine {
    height: 1px;
    background-color: #9B9B9B;
    width: 100%;
    position: absolute;
    float: left; }
  .graphContentBox .pmrGraphLine:first-of-type {
    bottom: 10px; }
  .graphContentBox .pmrGraphLine:nth-of-type(2) {
    bottom: 80px; }
  .graphContentBox .pmrGraphLine:nth-of-type(3) {
    bottom: 150px; }
  .graphContentBox .pmrGraphLine:nth-of-type(4) {
    bottom: 220px; }
  .graphContentBox .pmrGraphLine:nth-of-type(5) {
    bottom: 290px; }
  .graphContentBox .pmrCoachBar {
    width: 50px;
    background-color: #3fe0ff;
    margin-left: 25px;
    position: absolute;
    transform: rotate(180deg) scaleX(-1);
    bottom: 0; }
  .graphContentBox .pmrTeacherBar {
    width: 50px;
    background-color: #ffc331;
    margin-left: 125px;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg) scaleX(-1); }

.pmrGraphXLabelDiv {
  width: 200px;
  margin-left: 25px; }
  .pmrGraphXLabelDiv div {
    width: 100px;
    text-align: center;
    float: left; }

.pmrGraphYLabelDiv {
  float: left;
  width: 20px;
  position: relative; }
  .pmrGraphYLabelDiv div {
    position: absolute;
    left: 10px; }
  .pmrGraphYLabelDiv div:first-of-type {
    top: -5px; }
  .pmrGraphYLabelDiv div:nth-of-type(2) {
    top: 65px; }
  .pmrGraphYLabelDiv div:nth-of-type(3) {
    top: 135px; }
  .pmrGraphYLabelDiv div:nth-of-type(4) {
    top: 205px; }
  .pmrGraphYLabelDiv div:nth-of-type(5) {
    top: 275px; }

.raterSelection .col-sm-4 {
  text-align: center; }

.progressGraphDiv h3 {
  margin: 10px 0 !important;
  padding-left: 3%; }
.progressGraphDiv h4 {
  display: inline-block;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  top: -3px;
  position: relative; }
  .progressGraphDiv .circleLegendBlue {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #F1CEE0;
}
.progressGraphDiv .circleLegendTurq {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #34908B; }
.progressGraphDiv .triangleLegendBlue {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #C6DEEC; }
.progressGraphDiv .squareLegendBlue {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #DFD0F3; }
.progressGraphDiv .squareLegendTurq {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #34908B; }
.progressGraphDiv .progressGraphBox, .progressGraphDiv .progressGraphBoxBlue, .progressGraphDiv .progressGraphBoxGreen, .progressGraphDiv .progressGraphBoxTurq, .progressGraphDiv .progressGraphBoxPurple {
  height: 250px;
  width: 100%; }
.progressGraphDiv .progressGraphBoxBlue {
  border: 2px #2269A8 solid; }
.progressGraphDiv .progressGraphBoxGreen {
  border: 2px #5D8E69 solid; }
.progressGraphDiv .progressGraphBoxTurq {
  border: 2px #34908B solid; }
.progressGraphDiv .progressGraphBoxPurple {
  border: 2px #6E5D8E solid; }
.progressGraphDiv .numbering {
  position: relative; }
  .progressGraphDiv .numbering span {
    right: 0;
    text-align: right;
    position: absolute; }
    .progressGraphDiv .numbering span h4 {
      margin: 0 !important; }
  .progressGraphDiv .numbering span:first-of-type {
    top: 46px; }
  .progressGraphDiv .numbering span:nth-of-type(2) {
    top: 96px; }
  .progressGraphDiv .numbering span:nth-of-type(3) {
    top: 146px; }
  .progressGraphDiv .numbering span:nth-of-type(4) {
    top: 196px; }
  .progressGraphDiv .numbering span:nth-of-type(5) {
    top: 242px; }
.progressGraphDiv .yearLabels {
  font-weight: 500;
  text-align: center; }
.progressGraphDiv .scale {
  position: relative; }
  .progressGraphDiv .scale div {
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
    position: absolute; }
  .progressGraphDiv .scale div:first-of-type {
    top: 50px; }
  .progressGraphDiv .scale div:nth-of-type(2) {
    top: 100px; }
  .progressGraphDiv .scale div:nth-of-type(3) {
    top: 150px; }
  .progressGraphDiv .scale div:nth-of-type(4) {
    top: 200px; }
.progressGraphDiv .verticalLine {
  position: relative; }
  .progressGraphDiv .verticalLine div {
    height: 246px;
    width: 1px;
    background-color: #D9D9D9;
    position: absolute; }
  .progressGraphDiv .verticalLine div:first-of-type {
    top: 0px;
    left: 25%; }
  .progressGraphDiv .verticalLine div:last-of-type {
    right: 25%; }
.progressGraphDiv .characteristicItemPos {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  border: 1px #979797 solid; }
.progressGraphDiv .characteristicItemNeg {
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding-left: 10px;
  border: 1px #979797 solid; }
.progressGraphDiv .greenItem {
  background-color: #C4EDC2; }
.progressGraphDiv .yellowItem {
  background-color: #FFF9A3; }
.progressGraphDiv .redItem {
  background-color: #F7C0C1; }
.progressGraphDiv .selectedChar {
  background-color: #6E5D8E;
  color: #F5F5F5;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  .barSkill {
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: wrap; }
    .barSkill h3 {
      font-size: 12px;
      width: 100%; }
    .barSkill h5 {
      font-size: 10px; }
    .barSkill button {
      font-size: 10px;
      padding: 5px; }

  .effectivenessLabels {
    display: none; }

  .graphLegend {
    margin: auto;
    margin-top: 10px; }

  .pmrGraphDiv .graphTitle {
    height: 40px;
    margin-top: 20px; }

  .pmrGraphDiv .col-sm-6 {
    margin-top: 60px; } }


div.adjustbarlabel
    {
width: auto;
height: 55px;
position: absolute;
bottom: 2px;
font-size: 18px;
}

.adjustbarlabel h4{margin: 0px}
/*# sourceMappingURL=reports.css.map */
