@font-face {
    font-family: Whitney Book;
    src: url("../fonts/Whitney-Book.otf") format("opentype");
}


.main,
text {
    font-family: Whitney Book, sans-serif;
}

/*html, body, .main {
    width:100%;
}*/

.title,
#legends {
    width:100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

html, body, .main {
    width:100%;
}

#chart {
    width:100%;
    max-width: 700px;
    min-width:500px;
    height: 640px;
    margin: 50px 0;
    display: inline-block;
    float: left;
}

#data-containers {
    width: 310px;
    display: inline-block;
    margin: 0 0;
    padding: 0 0 0 0;
    /*display: none;*/
}

.land {
    stroke: white;
    stroke-width: 1px;
}

path.hover,
path.higher.hover, rect.bar.hover {
    stroke: white;
    stroke-width: 2px;
    fill: #AFAFAF;
}

path.higher {
    fill: #6DD3CE;
}

path.lower {
    fill: coral;
}

path.land.active {
    stroke: white;
    stroke-width: 2px;
    /*fill: #85FFC7;*/
}

path.land-hidden {
    fill: none;
    stroke: none;
}

.legend {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.lbl1 {
    background-color: #6DD3CE;
}

.lbl2 {
    background-color: coral;
}


/* Bar chart*/
.progress-meter.positive .background {
    fill: #DCDDDE !important;
}

path.foreground1 {
    fill: #097f74;
    stroke-width: 1px;
    stroke: white;
}

path.foreground0 {
    fill: #083a82;
    stroke-width: 1px;
    stroke: white;
}

text.foreground1 {
    fill: #097f74;
}

text.foreground0{
    fill: #083a82;
}

/* Tooltip */

.tooltip {
    /*padding: 4px !important;*/
    z-index: 100000;
    position: absolute;
    color: #727272;
    background: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

.tooltip h2 {
    color: #727272;
    background: white;
    font-size: 14px;
}

.tooltip h4 {
    padding: 10px;
    margin: 0px;
}

.tooltip-row {
    padding: 5px 5px;
}


/***************************/

p.content-row {
    margin: 5px 0;
}

div.data-container {
    width: 300px;
    font-size: 14px;
    margin: 30px 0;
    border: 1px solid lightgray;
    padding: 15px 20px;
}

div.data-container:first-child {
    margin: 0 0 30px 0;
}

div.data-container h3 {
    width: 100%;
    font-size: 16px;
}

.axis-land,
.land-inactive {
    stroke-width: 1px;
    stroke: lightgray;
    fill: transparent;
}

.axis--y text {
    font-size: 14px;
}

.choices {
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 0 15px 200px;
}

.meter-value {
    font-size: 26px;
    font-weight: bold;
}

.meter-label {
    font-weight: bold;
}

.auxiliary-table {
    width: 100%;
}

.auxiliary-table td {
    text-align: left;
}

.auxiliary-table td:nth-child(2) {
    width: 35%;
    text-align: right;
}


/*td,
tspan,
text {
    text-transform: lowercase;
    text-transform: capitalize;
}*/

.main a.btn {
    /*margin: 5px;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #7A7A7A;
    color: #fff;
    text-align: center;
    text-decoration: none;*/
    margin: 10px 22px 0 4px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: #083a82 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFW…eiY5rktASUmI6meB++1ApK3q+Q+FuB2IeRkfEb1XIcQIABAGK3a5zqxhxoAAAAAElFTkSuQmCC) no-repeat right 16px center;
    border-radius: 7px;
    color: #fff;
    padding: 10px 49px 10px 30px;
}

.main a.btn:hover {
    /*margin: 5px;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #D1D2D4;
    color: #fff;
    text-align: center;
    text-decoration: none;*/
    opacity: 0.5;
}

.main a.btn.btn-active {
    color: #083a82;
    background-color: #fff;
    border: 1px solid #083a82;
}

    .main a.btn:hover {
        opacity: 0.5;
    }

    .main a.btn.btn-active {
        color: #083a82;
        background-color: #fff;
        border: 1px solid #083a82;
    }

.main .buttons-row {
    /*display: block;*/
    margin: 30px 0;
}

.main .buttons-label {
    display: inline-block;
    width: 100px;
}

@media (max-width: 800px) {
    .main a.btn {
        margin: 5px 10px 0 10px;
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }
}

.main h1.centered {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
    padding-top: 100px;
}

section.main {
    padding-top: 100px;
}

@media (max-width: 1200px) {
  #data-containers {
  /*  display: none;*/
  }
  .content {
		margin-left:auto !important;
  }
  .meter-label {
      font-size: 12px;
  }
  .meter-value {
      font-size:18px;
  }
}

