/* Print
-------- */

/* we don't need the border and shadow of the dashboards to be added in print */
#googlechart_dashboard, .googlechart_dashboard {
    box-shadow: none;
    border: none;
}

.go-to-original-link {
  display: none;
}

.googlechart_filters {
  display: none;
}


/*.googlechart_view {*/
/*    overflow: hidden;*/
/*}*/

#content .google-visualization-table-table {
    margin: 0; /* override #content table margin settings from pdf.print.css */
}

.google-visualization-table-th.gradient {
    white-space: pre-wrap;
    background-image: none !important; /* wkhtmltopdf has issues with the css3 gradient as such we remove it */
}

.googlechart_left_image {
    padding-left: 1.5em;
    float: left;
}

.googlechart_right_image {
    float: right;
}

.googlechart_bottom_images {
    overflow: hidden;
    padding-bottom: .5em;
}
.googlechart_bottom_images a {
    padding-top: 0.5em;
    display: block;
}

.googlechart_bottom_images img {
    float: none;
    width: inherit;
    margin-top: 3px;
}

.portaltype-fiche.section-airs .googlechart_bottom_images {
    display: none;
}