
p{
  font:14px Open Sans, sans-serif;
}

body {
  font: 10px Open Sans, sans-serif;
}

hr{
  margin-bottom:10px;
  margin-top:10px;
}

.x-label{
  font-size: 10px;
  font-weight:bold;
}


#histogram-grid .tick text{
  font-size:9px;
}

.container-fluid{
  max-width:50%;
}

@media only screen and (max-width: 768px) {
    .container-fluid {
      max-width:90%;
    }
    .btn{
      width:90%;
    }
}



.bar rect {
  fill: steelblue;
  shape-rendering: crispEdges;
}

.bar rect:hover { 
    fill: yellow;
}

.bar-graph{
  fill: steelblue;
  shape-rendering: crispEdges;
}

.bar-graph:hover { 
    fill: yellow;
}

.selected-state-bar{
    fill:red;
}


.selected-state-chlr{
  stroke-widht:1px;
  stroke:black;
}

.selected-dept-row{
    background: #F0AD4E;
}

.bar text {
  fill: #fff;

}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.thead-red{
    background:#d9534f; 
    color:white;
}

.thead-green{
    background:#5CB85C; 
    color:white;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  /*width: 422px;*/
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
  font-size: 14px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.typeahead{
  border-radius: 0px;
}

.tt-highlight{
  font-weight: normal;
}

label{
  font-size: 14px;
  font-weight: normal;
}

/*get a larger input, and align it with submit button*/
.form-inline .form-group > div.col-xs-8 {
    padding-left: 0;
    padding-right: 0;
}
 /*vertical align label*/
.form-inline label {
    line-height: 34px;
}
/*// force inline control to fit container width
// http://getbootstrap.com/css/#forms-inline
*/
.form-inline .form-control {
    width: 100%;
    border-radius: 0;
    padding:0;
}

.form-group{
  padding: 0;
}
/*// Reset margin-bottom for our multiline form*/
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 10px;
  }
}




.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}

.header{
  font-size: 1.5em;
  font-weight: bold;
}

#loading-img {
    /*background: #e9e9e9   url(http://preloaders.net/preloaders/495/Spinning%20segments-128.gif) center center no-repeat;*/
    background: #e9e9e9   url(ripple.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    /*background: #e9e9e9;*/
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    height: 100%;
}