.showlinksymb {

}


.c3-chart-arcs-title {

    font-size: 22px;
    font-family: 'News Cycle','Open Sans','Helvetica Neue',Helvetica,'Times New Roman',serif;
    font-weight: 800;
}

.c3-xgrid-focus {
    display: none;
}

.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
    line-height: 15px;
    font-size: 12px;
    min-width: 91px;
}

.d3-tip .info {
    font-size: 11px;
    color: #8897b4
    display: block;
}

.d3-tip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 8px;
  margin-left: -8px;
}


.c3 svg, .c3-tooltip {
  font: 11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;;
}

.c3 path, .c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;

}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

/*-- Axis --*/


.c3-axis-x .tick {
}
.c3-axis-x-label {
}

.c3-axis-y .tick {
}
.c3-axis-y-label {
}

.c3-axis-y2 .tick {
}
.c3-axis-y2-label {
}

/*-- Grid --*/

.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-xgrid-focus {
}

/*-- Text on Chart --*/

.c3-text {
}

.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}

/*-- Line --*/

.c3-line {
  stroke-width: 1px;
}
/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 4px;
}

/*-- Bar --*/

.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}

/*-- Arc --*/


/*-- Focus --*/

.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 1px;
}
.c3-target.c3-defocused {
  opacity: 0.1 !important;
}


/*-- Region --*/

.c3-region {
  fill: steelblue;
  fill-opacity: .1;
}

/*-- Brush --*/

.c3-brush .extent {
  fill-opacity: .1;
}

/*-- Select - Drag --*/

.c3-dragarea {
}

/*-- Legend --*/

.c3-legend-item {
  font-size: 11px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1
}

/*-- Tooltip --*/

.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse:collapse;
  border-spacing:0;
  background-color:#fff;
  empty-cells:show;
  -webkit-box-shadow: 7px 7px 12px -9px rgb(119,119,119);
     -moz-box-shadow: 7px 7px 12px -9px rgb(119,119,119);
          box-shadow: 7px 7px 12px -9px rgb(119,119,119);
  opacity: 1.0;
}
.c3-tooltip tr {
  border:1px solid #eee;
}
.c3-tooltip th {
  background-color: #fff;
  font-size:12px;
  padding: 2px 5px 4px 5px;
  border-bottom: 1px solid #999;
  text-align:left;
  color:#000;
}
.c3-tooltip td {
  text-align:left;
  font-size:12px;
  padding: 3px 6px;
  background-color:#fff;
  border-left:1px solid #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value{
  text-align: left;
}

.c3-area {
  stroke-width: 0;
  opacity: 0.7;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 8px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
/*  font-size: 28px !important;*/
}

.nottoosmall {
  min-width: 856px; 
  padding-bottom: 20px;
}

#chart {
  /*min-width: 1000px; */
  text-align: center;
  margin-left: -15px;
  margin-right: 0px;
  /*max-width: 90%;*/
  padding: 20px 0 20px 0;
}

#message {
  font-size: 16px;
  text-align: center;
}

#link {
  margin-top: 18px;
  float: right;
}
#link .git-icon {
  height: 32px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.overview {
  margin-bottom: 42px;
  padding: 0 18px;
}
.features {
  margin: 42px auto 30px;
}


.side-bar {
}
.side-bar h5 {
  font-weight: bold;
}


.margin-medium-v {
  margin-top: 24px;
  margin-bottom: 24px;
}
.margin-medium-top {
  margin-top: 24px !important;
}
.margin-small-h {
  margin-left: 12px;
  margin-right: 12px;
}
.margin-small-bottom {
  margin-bottom: 12px !important;
}

.c3-editor {
  font-size: 1.1em !important;
}
.sourcecode {
  margin-bottom: 1.25rem;
}
.sourcecode h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}
.sourcecode pre {
  border: none;
  border-radius: 0;
  padding: 12px 0px;
  font-size: 1.2em;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
}
.sourcecode pre code {
  background-color: #fdfdfd;
  padding: 0;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-weight: normal;
  font-size: 0.9em;
}

.highlight {
  border-left: 4px solid #ccc;
  padding: 0 8px;
}
.highlight pre {
  padding: 0 8px;
  line-height: 1.2em;
}

.section .row {
  margin-bottom: 32px;
}
.section > a > h2 {
  line-height: 1.2em;
  margin-top: 18px;
  margin-bottom: 18px;
}

span.code {
  display: inline-block;
  background-color: #eee;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-size: 0.9em;
}

h3 + ul, p + ul {
  margin-left: 32px;
}

.gray {
  color: #999;
}

li .label {
  top: -3px;
  padding: 0.22222rem 0.44444rem 0.33333rem;
  font-size: 0.61rem;
  margin: 0 8px;
}

div.sub-section {
  padding-top: 4px;
  padding-left: 10px;
}    

/*
#genderrep .c3 svg, .c3-tooltip {
  font: 13px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;;
}

*/

.c3-tooltip-container {
    max-height: none !important;
}

.c3-tooltip {
    box-shadow: none;
    width: 100%;
}

.c3-tooltip tr {
    border-left: none !important;
    border-right: none !important;
}

.c3-tooltip td.name {
    border-left: none !important;
}

.c3-tooltip-container .c3-chart-line {
    opacity: 1 !important;
}
