/*Print Styles */
@media print {
  @page {
	  size: landscape
  }
  
  body {
    margin-right: 5em;
    padding-right: 50px;
  }
  
  body.reports.assessments .logo a[href]:after{
    content: none !important;
  }
  header h1{
    display: none;
  }
  
  select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
  }
  /* For IE10 */
  select::-ms-expand {
    display: none;
  }
  
  .theme-bb-theme .primary-menu, .theme-bb-theme .secondary-menu{
    display: none!important;
  }
  
  #student-reports h1{
    margin-top: 100px;
    font-size: 35px;
  }
  
  button#print-report, a#export-student-report, #export-class-report{
    display: none;
  }
  
  .breadcrumbs, .secondary-menu, .post-edit-link, .lms-back-link{
    display: none;
  }  
  
  #student-reports .report-info{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  #student-reports .report-data-section{
    margin: 0px;
    padding: 0px;
  }
  
  #student-reports .report-data .legend.hide{
    display: none!important;
  }
  
  .report-data .legend{
    display: none!important;
  }
  
  .score-info.data-table, .notes{
    page-break-inside: avoid;
  }
  
  .score-info .table-header, .score-info .table-body div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .score-info.data-table{
    margin-top: 50px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .score-info .table-body{
    padding-left: 0px;
  }

  .score-info .table-body div{
    padding: 15px 0px 5px 20px;
  }

  .score-info .table-body div:nth-child(even){
    background: #F5F5F5;
  }

  .score-info .table-header .skill-name, .score-info .table-body div .skill{
    flex-basis: 50%;
    width: 50%;
  }

  .score-info .table-header .score-level, .score-info .table-body div .score{
    flex-basis: 16%;
    width: 16%;
  }

  .score-info .table-header .result, .score-info .table-body .result{
    flex-basis: 25%;
    width: 25%;
  }

  .score-info .table-body .level{
    padding: 0px 15px;
    border-radius: 30px;
    border-color: transparent;
    border-width: 3px;
    border-style: solid;
  }

  .score-info .table-body .level.beginning{
    border-color: #ED3024;
  }

  .score-info .table-body .level.dev{
    border-color: #F4CF0C;
  }

  .score-info .table-body .level.pro{
    border-color: #00AA4E;
  }

  .notes .notes-heading{
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0px 15px;
    background: #005AC8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
  }

  .notes .notes-body{
    padding-top: 30px;
  }

  .notes .assessment-notes{
    background: #F5F5F5;
    padding: 0px;
  }

  .notes-heading a, .notes-heading a:hover, .notes-heading .fas{
    color: #fff;
  }

  form.student-notes{
    background: #F5F5F5;
    padding: 0px;
  }

  form.student-notes textarea{
    background: #fff;
  }

  .notes-body p input{
    border: none;
    background: transparent;
    width: 100%;
  }

  .previous-notes{
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .previous-notes .note-date{
    display: inline-block;
    margin-right: 30px;
  }

  .data-table{
    /*display: table;*/
    padding-bottom: 0px;  
  }
  
  .score-info .table-header .skill-name, .score-info .table-body div .skill{
    min-width: 50%;
  }
  
  .table-body p{
    margin: 0 0 10px;
  }
  
  .data-table .table-header{
    padding: 15px;
    background: #fff;
    padding-left: 0px;
  }
  
  .data-table .table-header > *{
    color: #000!important;
  }
  
  .score-info .table-body div{
    padding-left: 0px;
  }

  .add-new-notes, .note-edit-buttons, .assessment-link{
    display: none;
  }
  
  .notes{
    margin-top: 0px;
    padding-top: 0px;
  }
  
  .notes .notes-heading{
    padding-left: 0px;
  }
  
  .observations{
    margin-top: 150px;
  }
  .observation.skill{
    display: flex;
    padding: 15px 0px 5px 20px;
  }

  .observation.skill .skill-name{
    flex-basis: 20%;
    min-width: 25%;
  }
  
  p.obs-name{
    display: flex;
    /*flex-basis: 25%;*/
    min-width: 20%;
    max-width: 50%;
    padding-right: 45px;
  }

  .obs-name .obs-check{
    margin-left: 5px;
    margin-top: 5px;
  }

  .obs-name label{
    font-weight: normal;
    padding-left: 15px;
    padding-top: 3px;
  }

  .single-observation{
    display: block;
    position: relative;
    height: 30px;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .single-observation input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 30px;
    width:30px;
    z-index: 9999;
    margin: 0px!important;
  }

  .single-observation label{
    padding-left: 40px;
    font-size: 20px;
    font-weight: normal;
  }
  
  /*Class Reports Print*/
  .student-count{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.student-count.individual-report{
  justify-content: flex-end;
}

.student-count .assessed-num{
  margin-bottom: 20px;
  padding: 5px 10px;
  flex-basis: 30%;
  border: #DFE0EB 1px solid;
  border-radius: 8px;
}

.student-count .assessed-num.beginning-of-year{
  border-left: #005AC8 5px solid;
}

.student-count .assessed-num.middle-of-year{
  border-left: #F58832 5px solid;
}

.student-count .assessed-num.end-of-year{
  border-left: #603F98 5px solid;
}

.student-count p{
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.student-count span.student-num{
  font-size: 48px;
}

.student-count span.student-count-text{
  flex-basis: 50%;
  margin-left: 30px;
}

#class-reports .score-info.data-table{
  padding-bottom: 0px;
  margin-bottom: 50px;
}
  
#class-reports .table-wrapper{
  overflow-x: auto; 
}

#class-reports .score-info.data-table{
  display: table;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

#class-reports .table-wrapper .data-row{
  display: table-row;
}

#class-reports .table-wrapper .score-info .table-header, #class-reports .table-wrapper .score-info .level-row div{
  flex-wrap: nowrap;
}

#class-reports .table-wrapper .score-info .table-body div{
  padding: 15px 0px 5px 10px;
}

#class-reports .table-wrapper .score-info.data-table .level-name{
  display: table-cell;
  min-width: 120px;
  vertical-align: middle;
}

#class-reports .score-info.data-table .skill-info{
  display: table-cell;
  flex-basis: 15%;
  min-width: 120px;
  text-align: center;
  vertical-align: middle;
}

#class-reports .score-info.data-table .level-row{
  padding: 15px;
}

#class-reports .score-info.data-table .level-row .skill-info{
  font-size: 16px;
}

#class-reports .score-info .level-row:nth-child(odd){
  background: #F5F5F5;
}


.score-info.data-table .level-name{
  flex-basis: 15%;
}

.score-info.data-table .skill-info{
  flex-basis: 10%;
  text-align: center;
}

.score-info.data-table .skill-info span{
  display: block;
}

#class-reports .notes{
  margin-top: 50px;
}


  footer{
    display: none!important;
  }
}
