/*Chart ticks*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

.pay-title-large
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 15px; 
    color: #333333; 
    height: 25px; 
    line-height: 25px; 
    text-align: center; 
    text-transform: capitalize;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.pay-title-small
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 11px; 
    color: #333333; 
    height: 25px; 
    line-height: 12px; 
    text-align: center; 
    text-transform: capitalize;
    white-space: wrap; 
}

.pay-error
{
    font-family: 'Open Sans', sans-serif; 
    font-size: 15px; 
    color: #333333; 
}

.results-salary
{
    line-height: 18px;
    position: relative;
    z-index: 0;
}

.results-salary, .results-salary div, .results-salary span, .results-salary td, .results-salary p
{
    font-family: 'Open Sans', sans-serif; 
}

.clip-children
{
    overflow: hidden;
}

.results-salary .ticklines-header
{
    position: relative;
    width: 92%;
}

.results-salary .head-block
{
    position: relative;
}

.results-salary .tickheader
{
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    color: gray;
    cursor: default;
}

.results-salary .tickheader .ticker
{
    position: absolute;
    top: 0px;
    width: 12px;
    height: 16px;
    color: gray;
    text-align: left;
    width: 15%;
}

.results-salary .tickheader .ticker .ticker_text
{
    position: absolute;
    left: -10px;
    text-align: center;
    height: 15px;
    color: gray;
}

.clear
{
    clear: both;
}

/*main chart*/
.results-table
{
    margin-top: 7px;
    position: relative;
    border-bottom: none;
    width: 92%;
    float: left;
}

.results-salary .linepane
{
    position: absolute;
    top: 0;
    bottom: 0;
}

.results-salary .tickheader, .results-salary .linepane
{
    left: 0px;
    right: 0px;
}

.results-salary .linepane .line
{
    position: absolute;
    top: -7px;
    bottom: -7px;
    z-index: 10;
    border-left: 1px solid #E8E8E8;
}

.results-salary .linepane .whiteline
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 15;
    border-left: 1px dashed white;
}

.results-salary .stripe
{
    position: relative;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    background-color: #E8E8E8;
}

.results-salary .stripe .salary-info
{
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
}

.graph
{
    margin: 0 0;
    height: 45px;
    font-family: verdana;
    font-size: 12px;
    overflow: hidden;
    width: 92%;
}

.graph .box
{
    position: absolute;
    float: left;
    color: white;
    overflow: hidden;
    text-align: center;
    height: 45px;
    line-height: 45px;
    min-height: 45px;
    z-index: 11;
}

.graph .stripe25to75percent
{
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #9DC2DC;
    background-color: #9DC2DC;
}

.graph .stripe10to25percent
{
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #C3DEEE;
    background-color: #C3DEEE;
}

.graph .stripe75to90percent
{
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #77A0C0;
    background-color: #77A0C0;
}

/* Chart Label & Your Pay */
.you_label
{
    background-color: #FED814;
    position: absolute;
    float: left;
    top: -30px;
    z-index: 20;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 6px;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.you_label_small
{
    background-color: #FED814;
    float: left;
    position: relative;
    top: -27px;
    z-index: 20;
    font-size: 11px;
    line-height: 12px;
    padding: 6px 6px;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.median_only_you_label
{
    background-color: #FED814;
    font-size: 13px;
    padding: 6px 6px;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom : 10px;
    width : 60%;
}

.you_label_arrow
{
    background: url(https://cdn-payscale.com/images/mypayscale2012/yellow_triangle.png) left top no-repeat;
    position: absolute;
    top: -9px;
    z-index: 20;
    font-size: 13px;
    padding-top: 3.5px;
    padding-left: 6px;
    font-weight: bold;
    width: 125px;
    height: 42px;
}

.you_star_container
{
    position: absolute;
    float: left;
    top: 15px;
    z-index: 20;
    width: 125px;
    height: 42px;
}

.you_star
{
    background: url(https://cdn-payscale.com/images/mypayscale2012/my-payscale_salary_star.png) left top no-repeat;
    position: absolute;
    float: left;
    left: -10px;
    top: -5px;
    z-index: 20;
    width: 125px;
    height: 42px;
}

/*Arrows*/
.arrow-right
{
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #E8E8E8;
    float: left;
    left: 92%;
    margin-top: -5.5px;
    z-index: 1;
    position: absolute;
}

/* Pay-By-Experience chart */
.pbe-axis path,
.pbe-axis line {
  display: none;
}

.pbe-line {
  fill: none;
  stroke: #fad008;
  stroke-width: 8px;
}

.pbe-grid .tick {
    stroke: lightgrey;
    opacity: 0.5;
}

.pbe-grid path {
      stroke-width: 0;
}

.pbe-x svg text { 
    font-size: 14px;
    fill: #444444;
}

text+text.pbe-x-small {
    font-size: 12px;
}

.pbe-x a text
{
    fill: #0066cc;
    font-weight : bold;
}

.pbe-y text { 
    font-size: 18px;
    fill: #444444;
}

.pbe-legend { 
    color: #444444;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-style: italic;
}

.pbe-area {
    fill: #fad008;
    opacity: 0.6;
    stroke-width: 0;
}

.pbe-tooltip
{
    position: absolute;
    text-align: center;
    width: 170px;
    font-size: 14px;
    font-weight: bold;
    background: #fad008;
    border: 0px;
    border-radius: 4px;
    pointer-events: none;
    color: #444444;
    padding: 0 10px;
    box-shadow: 5px 5px 2px #dddddd;
}

.pbe-tooltip-small {
    font-size: 12px;
    font-weight: normal;
}
