/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/Out/2014, 23:07:56
    Author     : luiscarvalho
*/

//h1 {
//    font-size: 85%;
//    text-transform: uppercase;
//    letter-spacing: 1px;
//    height: 56px;
//    font-size: 46px;
//    font-family: 'franklin gothic medium';
//    font-weight: 100;
//    background-color: #1F99EB;
//    color:white;	
//}

.scroll_fixed {
    position:relative;
    top:0;
} 

.fixed {
    position:fixed;
    bottom: 15px;
    left: 10px;
} 
.center {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.axis path,.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
	
.axis text {
    font: 12px sans-serif;
    fill: #000;
}

.bar {
    //fill: #1F99EB;
    fill: #ccc;
}

.bar:hover {
    //fill:  #4682B4;
    fill:  #46555f;
}

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

/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 12px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}

/* Style northward tooltips differently */

.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}
	
rect.bordered {
    stroke: #E6E6E6;
    stroke-width:2px;   
}
	
text.mono {
    font: 12px sans-serif;
}
	
text.axis-workweek {
    fill: #000;
}
	
text.axis-worktime {
    fill: #000;
}
