﻿.jqplot-xaxis, .jqplot-xaxis-label {
    margin-top: 10px
}

.jqplot-x2axis, .jqplot-x2axis-label {
    margin-bottom: 10px
}

.jqplot-target {
    position: relative;
    color: #666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 1em
}

.jqplot-axis {
    font-size: .75em
}

.jqplot-yaxis {
    margin-right: 10px
}

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
    margin-left: 10px;
    margin-right: 10px
}

.jqplot-axis-tick, .jqplot-x2axis-tick, .jqplot-xaxis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick, .jqplot-yaxis-tick {
    position: absolute;
    white-space: pre
}

.jqplot-xaxis-tick {
    top: 0;
    left: 15px;
    vertical-align: top
}

.jqplot-x2axis-tick {
    bottom: 0;
    left: 15px;
    vertical-align: bottom
}

.jqplot-yaxis-tick {
    right: 0;
    top: 15px;
    text-align: right
}

    .jqplot-yaxis-tick.jqplot-breakTick {
        right: -20px;
        margin-right: 0;
        padding: 1px 5px;
        z-index: 2;
        font-size: 1.5em
    }

.jqplot-x2axis-label, .jqplot-xaxis-label, .jqplot-yMidAxis-label, .jqplot-yaxis-label {
    font-size: 11pt;
    position: absolute
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0;
    top: 15px;
    text-align: left
}

.jqplot-yMidAxis-tick {
    text-align: center;
    white-space: nowrap
}

.jqplot-yaxis-label {
    margin-right: 10px
}

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
    font-size: 11pt;
    margin-left: 10px;
    position: absolute
}

.jqplot-meterGauge-tick {
    font-size: .75em;
    color: #999
}

.jqplot-meterGauge-label {
    font-size: 1em;
    color: #999
}

table.jqplot-table-legend {
    margin: 12px
}

table.jqplot-cursor-legend, table.jqplot-table-legend {
    background-color: rgba(255,255,255,.6);
    border: 1px solid #ccc;
    position: absolute;
    font-size: .75em
}

td.jqplot-table-legend {
    vertical-align: middle
}

td.jqplot-seriesToggle:active, td.jqplot-seriesToggle:hover {
    cursor: pointer
}

.jqplot-table-legend .jqplot-series-hidden {
    text-decoration: line-through
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid #ccc;
    padding: 1px
}

div.jqplot-table-legend-swatch {
    width: 0;
    height: 0;
    border-width: 5px 6px;
    border-style: solid
}

.jqplot-title {
    top: 0;
    left: 0;
    padding-bottom: .5em;
    font-size: 1.2em
}

table.jqplot-cursor-tooltip {
    border: 1px solid #ccc;
    font-size: .75em
}

.jqplot-canvasOverlay-tooltip, .jqplot-cursor-tooltip, .jqplot-highlighter-tooltip {
    border: 1px solid #ccc;
    font-size: .75em;
    white-space: nowrap;
    background: rgba(208,208,208,.5);
    padding: 1px
}

.jqplot-point-label {
    font-size: .75em;
    z-index: 2
}

td.jqplot-cursor-legend-swatch {
    vertical-align: middle;
    text-align: center
}

div.jqplot-cursor-legend-swatch {
    width: 1.2em;
    height: .7em
}

.jqplot-error {
    text-align: center
}

.jqplot-error-message {
    position: relative;
    top: 46%;
    display: inline-block
}

div.jqplot-bubble-label {
    font-size: .8em;
    padding-left: 2px;
    padding-right: 2px;
    color: rgb(20%,20%,20%)
}

    div.jqplot-bubble-label.jqplot-bubble-label-highlight {
        background: rgba(90%,90%,90%,.7)
    }

div.jqplot-noData-container {
    text-align: center;
    background-color: rgba(96%,96%,96%,.3)
}

/* OVERRIDES */
table.jqplot-table-legend {
    border: 0;
}

tr.jqplot-table-legend:nth-child(1), tr.jqplot-table-legend:nth-child(2), tr.jqplot-table-legend:nth-child(3) {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed gray;
}

    tr.jqplot-table-legend:nth-child(1) td,
    tr.jqplot-table-legend:nth-child(2) td,
    tr.jqplot-table-legend:nth-child(3) td {
        background-color: #FFFFFF !important;
        padding: 4px 6px 4px 12px !important;
    }

tr.jqplot-table-legend:nth-child(3) {
    border: 0;
}

    tr.jqplot-table-legend:nth-child(1) td .jqplot-table-legend-swatch,
    tr.jqplot-table-legend:nth-child(2) td .jqplot-table-legend-swatch,
    tr.jqplot-table-legend:nth-child(3) td .jqplot-table-legend-swatch {
        height: 15px;
        width: 15px !important;
        padding: 0px;
    }

tr.jqplot-table-legend:nth-child(4) td {
    padding-top: 5px !important;
}

tr.jqplot-table-legend td:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 13px !important;
}

tr.jqplot-table-legend:nth-child(1) td:nth-child(2) span,
tr.jqplot-table-legend:nth-child(2) td:nth-child(2) span,
tr.jqplot-table-legend:nth-child(3) td:nth-child(2) span {
    font-size: 1.3em;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    font-size: 13px;
}

.career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(1) td,
.career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(2) td,
.career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(3) td {
    background-color: #FFFFFF !important;
    padding: 0.5em 13px 0 0 !important;
}

.career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(1), .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(2), .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(3) {
    font-size: 13px;
    font-weight: normal;
    border-bottom: 0;
}

    .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(1) td .jqplot-table-legend-swatch,
    .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(2) td .jqplot-table-legend-swatch,
    .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(3) td .jqplot-table-legend-swatch {
        height: 0px !important;
        width: 0px !important;
        padding: 0;
    }

    .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(1) td:nth-child(2) span,
    .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(2) td:nth-child(2) span,
    .career-profile-widget-wrapper tr.jqplot-table-legend:nth-child(3) td:nth-child(2) span {
        font-size: 13px;
    }
