/* line 1, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
.report-page {
  padding: 25px; }
  /* line 3, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page .row {
    max-width: none; }
  /* line 6, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page .columns {
    padding: 0; }
  /* line 9, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page #unit_chosen {
    width: 400px !important; }
  /* line 13, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page h1 {
    font-weight: 800;
    text-align: center;
    color: #888;
    font-size: 30px; }
  /* line 19, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page label {
    margin-top: 30px;
    color: #888; }
  /* line 23, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page .reports-search {
    margin: 30px 0 0 0;
    padding: 10px;
    width: 6rem; }
  /* line 29, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page ul.pagination li.current {
    background: #008cba;
    color: #fff;
    font-weight: bold;
    cursor: default;
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    border-radius: 3px;
    height: 1rem; }
  /* line 39, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page .pagy-nav-foundation {
    margin-top: 30px; }
  /* line 42, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page .page_link {
    text-decoration: underline; }
  /* line 45, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page table {
    width: 100%;
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    margin: 15px 0; }
  /* line 53, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    width: 15%; }
  /* line 62, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff; }
  /* line 69, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .report-page .download {
    color: #fff;
    background: #f04124 none repeat scroll 0% 0%/auto padding-box border-box;
    border: 0px none #cf2a0e;
    border-radius: 3px 3px 3px 3px; }
    /* line 74, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    .report-page .download:hover {
      background-color: #cf2a0e; }

/* line 79, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
.sortable {
  text-decoration: underline; }

/* line 83, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
.report-description-page .report-description {
  width: 1000px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px;
  background: #fff;
  margin-top: 20px; }

/* line 93, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
.pane {
  width: 50%;
  float: left;
  margin-bottom: 30px; }
  /* line 97, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  .pane .field {
    margin-bottom: 20px; }
    /* line 99, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    .pane .field .attribute {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 16px; }

/* line 106, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
#multiple-file-upload-section {
  border: solid;
  border-width: 1px;
  padding: 5px;
  border-color: #BEBABA; }
  /* line 111, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  #multiple-file-upload-section #dropzone {
    background: palegreen;
    width: 600px;
    height: 200px;
    line-height: 50px;
    text-align: center;
    font-weight: bold; }
    /* line 118, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    #multiple-file-upload-section #dropzone.in {
      line-height: 200px;
      font-size: larger; }
    /* line 122, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    #multiple-file-upload-section #dropzone.hover {
      background: lawngreen; }
    /* line 125, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    #multiple-file-upload-section #dropzone.fade {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 1; }
  /* line 131, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  #multiple-file-upload-section .bar {
    height: 18px;
    background: green; }
  /* line 135, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  #multiple-file-upload-section .upload-button {
    background-color: #0097BD;
    margin: 5px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
  /* line 143, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  #multiple-file-upload-section #upload-log {
    margin-top: 10px; }
    /* line 145, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    #multiple-file-upload-section #upload-log .error {
      width: auto;
      height: 25px;
      padding: 5px;
      color: red; }
    /* line 151, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
    #multiple-file-upload-section #upload-log .success {
      width: auto;
      height: 25px;
      padding: 5px;
      color: green; }
  /* line 158, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/reports.css.scss */
  #multiple-file-upload-section #files-log .file {
    width: auto;
    height: 25px;
    padding: 5px; }
