/* CSS specific to hgGtexTrackSettings CGI: GTEX Track Settings 
 *      with Body Map illustration and design from JWestDesign.com
 *
 * Copyright (C) 2016 The Regents of the University of California
 */ 

/* SVG */
#bodyMapSvg {
    height: 100%;
    width: 100%;
}       /* needed by IE */

/* Tissue selectors */

.gbmTissueColorPatch {
    padding: 0 10px;
    border-width: 2px;
    border: 2px solid black;    /* color set in C code */
}

.gbmTissueHovered {
    color: blue !important;
    fill: blue;
}

.gbmTissueHoveredColor {
    border-color: blue !important;
}

.gbmTissueLabel {
    padding-right: 6px;
    cursor: pointer;
}

.gbmTissueNotSelectedColor {
    background-color: white !important;
}

.gbmTissueTable {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
    margin-top: 5px;
    margin-left: 50px;
    font-size: 12px;
}

.gbmTissueTableWithSamples {
    margin-left: 11px;
}

.gbmTissueSampleCount {
    text-align: right;
    font-size: 10px;
    color: gray;
}

/* Miscellany -- candidates for generic CSS but still a little rough so keeping here */

.gbInputScore {         /* TODO: add hooks for this to C/JS */
    width: 3em !important;
}

.gbSectionInfo {
    margin-top: 3px;
    color: lightgray;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

.gbPage p {
    margin-top: 10px;
}

.gbmCredit {
    margin-right: 70px;
    color: #003a72;     /* dark blue */
    font-size: 9px;
    font-style: italic;
    text-align: right;
}
