﻿.nv-group {
    fill-opacity: 1 !important;
}

.nvd3 .nv-multibar .nv-groups rect:hover, .nvd3 .nv-multibarHorizontal .nv-groups rect:hover, .nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: .75 !important;
}

.nvtooltip {
    position: absolute;
    margin-bottom: 79px;
    background-color: white !important; /*rgba(255,255,255,1.0);*/
    padding: 0px !important;
    border: 0px !important;
    border-radius: 2px !important;
    z-index: 10000;

    /*font-family: 'Roboto', sans-serif !important;*/
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /*-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.12);*/


    -webkit-box-shadow: 0px 0px 10px 1px rgba(107,107,107,0.33);
-moz-box-shadow: 0px 0px 10px 1px rgba(107,107,107,0.33);
box-shadow: 0px 0px 10px 1px rgba(107,107,107,0.33);
}

.nvtooltip h3 {
    margin: 0 !important;
    padding: 5px 10px 5px 10px !important;
    line-height: 15px !important;
    font-weight: bold !important;
    background-color: #25358f !important;/*rgba(247,247,247,0.75);*/
    text-align: left !important;
    font-size: 16px;
    color: white;
    border-bottom: 0px dotted #ddd;

    border-radius: 2px;
}


.nvtooltip p {
    margin: 0;
    /*padding: 5px 8px;*/
    padding: 5px 10px 5px 10px !important;
    line-height: 15px !important;
    /*color: white;*/
    font-size: 14px !important;
    background-color: white !important;
    /*font-family: 'Roboto', sans-serif !important;*/
    text-align: left !important;
    /*background-color: #f5f5f5 !important;*/
}

.google-visualization-table-table {
  font-family: arial,helvetica;
  font-size: 10pt;
  cursor: default;
  margin: 0;
  background: white;
  width: 98%;
  border-spacing: 0;
}

.nvd3 rect[height="1"] {
  display: none !important;
}