/**
 * Copyright © 2015 - 2018 The Broad Institute, Inc. All rights reserved.
 * Licensed under the BSD 3-clause license (https://github.com/broadinstitute/gtex-viz/blob/master/LICENSE.md)
 */
text.color-legend {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
}

text.exp-map-xlabel {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
}
text.exp-map-xlabel.highlighted {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
}
text.exp-map-xlabel.query {
    font-weight: 600;
    font-size:11px;
    fill: #d2111b;
}


text.exp-map-ylabel {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
}
text.exp-map-ylabel.highlighted {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
}
text.exp-map-ylabel.clicked, text.exp-map-xlabel.clicked {
    fill: #D25C43;
}

rect.exp-map-cell {
    stroke-width:0px;
}
rect.exp-map-cell.highlighted {
    stroke: #D25C43;
    stroke-width:2px;
}

div.heatmap-tooltip {
    min-width: 50px;
    display: none;
    background-color : #f8f9faf6;
    padding: 10px;
    text-align:left;
    position:absolute;
    font-size:11px;
    z-index:4000;
    border: 1px solid rgb(226, 226, 226);
    border-radius:5px;
}

div.heatmap-tooltip .tooltip-key {
    font-weight:300;
    font-size:.9em;
}

div.heatmap-tooltip .tooltip-value {
    font-weight:400;
}

div.heatmap-tooltip .tooltip-head {
    text-transform: uppercase;
    font-size:.8em;
    color:rgb(80,80,80);
    font-weight:bolder;
}

div.heatmap-tooltip hr {
    margin:0;
    padding:0;
}
