.axis {
    font-size: 8px;
    font-family: 'Open Sans', sans-serif;
    fill: #4b4b4b;
}

text, .graph-label{
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    fill: #4b4b4b;
}

path {
    /*stroke: steelblue;*/
    stroke-width: 1;
    fill: none;
}


.axis path,
.axis line {
    fill: none;
    stroke: #4b4b4b;
    shape-rendering: crispEdges;
    stroke-width: 1dppx;
}


.heat_map {
    background-image: url("../../../../../images/pitch-v2.png");
    /*height: 450px;*/
    /*width: 250px;*/
    background-size: 100% 100%;
    /*padding-left:18px;*/
    /*padding-right:18px;*/
    /*padding-top:35px;*/
    /*padding-bottom:35px;*/
    color:#98ff70
}

div.graph-tooltip {
    position: absolute;
    /*text-align: center;*/
    /*width: auto ;*/
    /*height: auto;*/
    /*padding: 5px;*/
    /*font: 12px sans-serif;*/
    /*background: white;*/
    /*border-color: #4b4b4b;*/
    /*border: 1px;*/
    /*border-style: solid;*/
    /*border-radius: 8px;*/
    /*pointer-events: none;*/

    color: rgba(0, 0, 0, 1);
    background-color: white;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    box-shadow: 0 6px 12px rgb(51, 102, 153);
    stroke-width: 2px;
    stroke: black;
}

/*.rt-box {*/
    /*stroke-width:1;*/
    /*!*stroke:grey*!*/
/*}*/

.rt-box{
    /*padding-top: 6px;*/
    /*vertical-align: middle;*/
    /*height:10px*/
    text-align:center;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    : ;
}


.rt-text{
    font-size: 10px;
    text-align: left;
}

.rt-side-box{
    fill: #FFF;
    stroke: grey;
    stroke-width: 1px;
}

.rt-side-box-active{
    fill: #80C07F;
}

.rt-side{
    border-left: 2px solid grey;
}

.rt-header{
    color:#368
}

.rs-legend {
    width: 100%;
    margin-bottom: 20px;
}

.rs-legend-box {
    width: 10px;
    height: 10px;
}

.rs-legend-name{
    padding-left: 5px;
    padding-right: 25px;
}

.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
}

.tick line{
    stroke: grey
}

.perf-graph-div{
    width:670px;
    height:400px;
}

.btn-default.active, .btn-default:active {
    color: #333;
    background-color: rgb(173, 194, 214);
    border-color: #adadad;
}