/* COLORS  ********************************/
.reports-section {
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  background: #476ab1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #476ab1 0%, #66c8f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #476ab1 0%, #66c8f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #476ab1 0%, #66c8f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#476ab1", endColorstr="#66c8f3",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.reports-section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.90625vw;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.78125vw;
  text-transform: uppercase;
  color: #F9B233;
  margin-bottom: 3.125vw;
}
.reports-section .dataTables_wrapper .dataTables_length, .reports-section .dataTables_wrapper .dataTables_filter {
  display: none;
}
.reports-section .dataTables_wrapper .dataTables_info {
  float: right;
  color: #ffffff;
  font-size: 1.40625vw;
  font-weight: 700;
}
.reports-section .dataTables_wrapper .dataTables_paginate {
  float: left;
  margin-left: 1.5625vw;
}
.reports-section .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ffffff !important;
  border: none;
  opacity: 0.3;
}
.reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  font-size: 0;
  position: relative;
}
.reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  content: "";
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../../img/right-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: -1.09375vw;
  left: -1.5625vw;
}
.reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0;
  position: relative;
}
.reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: "";
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../../img/right-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: -1.09375vw;
  right: -1.5625vw;
  transform: rotate(180deg);
}
.reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-size: 1.40625vw;
  opacity: 1;
  background: transparent;
}
.reports-section .dataTables_wrapper .reports-table {
  border: none;
}
.reports-section .dataTables_wrapper .reports-table thead {
  background-color: #4F80C1;
  border: none;
}
.reports-section .dataTables_wrapper .reports-table thead th {
  color: #ffffff;
  opacity: 0.3;
  font-size: 1.25vw;
  font-weight: 700;
}
.reports-section .dataTables_wrapper .reports-table tbody tr td {
  font-size: 1.25vw;
  color: #ffffff;
  border: none;
}
.reports-section .dataTables_wrapper .reports-table tbody tr td .icon {
  display: inline-block;
  margin: 0 0.15625vw;
}
.reports-section .dataTables_wrapper .reports-table tbody tr td .icon--disable {
  opacity: 0.3;
}
.reports-section .dataTables_wrapper .reports-table tbody tr td .icon--disable a {
  cursor: none;
  pointer-events: none;
}
.reports-section .dataTables_wrapper .reports-table tbody tr.odd {
  background-color: #5494CF;
}
.reports-section .dataTables_wrapper .reports-table tbody tr.even {
  background-color: #4F80C1;
}
.reports-section .dataTables_wrapper .reports-table tbody tr:hover {
  background-color: #66C8F3;
}

@media (max-width: 820px) {
  .reports-section {
    padding-top: 26.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  .reports-section h2 {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 2.6666666667vw;
  }
  .reports-section .dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .reports-section .dataTables_wrapper .dataTables_info {
    font-size: 4.2666666667vw;
  }
  .reports-section .dataTables_wrapper .dataTables_paginate {
    margin-left: 5.3333333333vw;
  }
  .reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: -3.7333333333vw;
    left: -5.3333333333vw;
  }
  .reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: -3.7333333333vw;
    right: -5.3333333333vw;
  }
  .reports-section .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-size: 4.2666666667vw;
  }
  .reports-section .dataTables_wrapper .reports-table thead th {
    font-size: 3.7333333333vw;
  }
  .reports-section .dataTables_wrapper .reports-table tbody tr td {
    font-size: 3.7333333333vw;
  }
  .reports-section .dataTables_wrapper .reports-table tbody tr td .icon {
    margin: 0 0.5333333333vw;
  }
}

/*# sourceMappingURL=ongoing-reports-section.css.map */
