div#voyager_course_registration_by_status_details,
div#voyager_course_registration_by_organization_details,
div#chart_details,
div.chart-details {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  height: 548px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 2px 1px 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 2em;
}

.block-verify-reports {
  border: 1px solid #939598;
  margin-bottom: 25px;
  padding: 0 30px;
}

div#chart_container,
div.chart-container{
  position: relative;
  overflow: hidden;
}

div#chart_canvas,
div.chart-canvas {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}

div#chart_details,
div.chart-details {
  margin-top: 0;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -49%;
}

div#voyager_course_registration_by_status_details li,
div#voyager_course_registration_by_organization_details li,
div#chart_details li,
div.chart-details li {
  font-family: 'Roboto';
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
  list-style: none;
}


div#voyager_course_registration_by_status_details .circle-status,
div#voyager_course_registration_by_organization_details .circle-status,
div#chart_details .circle-status,
div.chart-details .circle-status {
  border-color: white;
  border-radius: 50%;
  border-width: 5px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

div#voyager_course_registration_by_status_details h3,
div#voyager_course_registration_by_organization_details h3,
div#chart_details h3,
div.chart-details h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  align-items: center;
  letter-spacing: 1px;
  font-feature-settings: 'tnum' on, 'lnum' on, 'zero' on;
  color: #000;
  vertical-align: middle;
}

div#voyager_course_registration_by_status_details .close-details,
div#voyager_course_registration_by_organization_details .close-details,
div#chart_details .close-details,
div.chart-details .close-details {
  position: absolute;
  right: 1em;
  top: 1em;
}

div#voyager_course_registration_by_status_chart.user_course_registration_chart h3,
div#voyager_course_registration_by_organization_chart.user_course_registration_chart h3 {
  position: relative;
  text-align: center;
  top: 36px;
}

div#voyager_course_registration_by_status_chart .unselected,
div#voyager_course_registration_by_organization_chart .unselected,
div#chart_canvas .unselected,
div.chart-canvas .unselected {
  opacity: 0.5;
}

/* Example chart */
.chartLegendContainer {
  width: 200px;
}

.bc-legend span {
  display: inline-block;
  vertical-align: middle;
}

.bc-legend-color {
  width: 40px;
  height: 20px;
}

.bc-legend-label {
  padding: 0 10px;
}

.bc-y-axis path,
.bc-y-axis .tick line {
  fill: transparent;
}

.bc-x-axis path,
.bc-x-axis line {
  fill: none;
  stroke: #eee;
  shape-rendering: crispEdges;
}

.bc-axis text {
  font-family: sans-serif;
  font-size: 11px;
  fill: #888;
}

#tooltip, .chart-tooltip {
  position: absolute;
  text-align: center;
  width: 40px;
  height: auto;
  padding: 10px;
  background-color: white;
  pointer-events: none;
  z-index: 999;
}
#tooltip.hidden, .chart-tooltip.hidden {
  display: none;
}
#tooltip p, .chart-tooltip p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.chart-tooltip {
  opacity: 100;
}
