
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans Regular'), local('OpenSans-Regular'), url(../font/OpenSans-Regular.ttf) format('truetype');
}


#chart2 {
  margin:0 auto;
  max-width:710px;
}


    body {
        font-family: 'OpenSans', sans-serif;
    }

    i {
      font-size:30px;
      color:#ffffff;
      margin-left:0.2em;
      margin-right:0.2em;

    }

    [class^="icon-"]:before, [class*=" icon-"]:before {
     vertical-align:middle;
      width:60px;
            margin-bottom:0.4em;
                        margin-top:0.1em;
    }


    .btn-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .btn-group > .btn {
        position: relative;
        float: left;
    }


.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding:0px;
    margin:0 auto;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ccc;
}

.instruction {
  font-style:italic;
  font-family: 'OpenSans', sans-serif;
}

.btn-default2 {
  background-color:#47596b;
  white-space: normal;
  font-family: 'OpenSans', sans-serif;
  width:120px;
  height:65px;
  border-color:white;
  color:#ffffff;
  padding:0.2em;
    font-size:16.8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}





  @media screen and (max-width: 820px) {
    .btn-default2 {
  background-color:#47596b;
  width:80px;
  height:50px;
  border-color:white;
  color:#ffffff;
  padding:0.1em;
    font-size:13px;
  }

    .container {
      padding-left:0px;
      padding-right:0px;

  }
 }

.btn-default2:hover, .btn-default2:active, .btn-default2.active  {
        background-color:#90a1b1;
        border-color:white;
        outline:none;
          color:white;
}

.btn-default2:focus {
        border-color:white;
        outline:none;
          color:white;
}

button {
  margin-top:1em;
  width:140px;
  font-family: 'OpenSans';
}

text {
  font-size:16px;
  fill:#808d97;
}


.axis path,
.axis line {
  fill: none;
  stroke: #d1d1d1;
  shape-rendering: crispEdges;
}
.tick text {
  fill:#808d97;
  font-size:16px;
}

.y.axis .tick text {
  fill:none;
}

.y.axis line  {
  stroke:none;
}

.Mini .tick text {
  fill:#bdbdbd ;
  font-size:12px;
}
.Mini.axis path,
.Mini.axis line {
  fill: none;
  stroke: #bdbdbd;
  shape-rendering: crispEdges;
}

.linePath {
  fill: none;
  stroke: #aaceef;
  stroke-width: 2px;
}

.linePathMini {
  fill: none;
  stroke: #bdbdbd;
  stroke-width: 1px;
}

.dotsMini,.dotsMini2 {
  fill:#aaaaaa;
}

.dots, .dots2 {
    fill:#ffffff;
    stroke:#ed6c22;
    stroke-width:1px;
}

.dots.selected, .dots2.selected {
    fill:#ffffff;
    stroke:#ed6c22;
    stroke-width:3px;
}

@media screen and (max-width: 570px) and (min-width: 470px) {
  .labelName, .Value2, .labelVal, .tick text, .instruction {
      font-size:13px;
    }
  }

  @media screen and (max-width: 470px) {
    .labelName, .Value2, .labelVal, .tick text, .instruction, .Mini .tick text, .legendNum  {
        font-size:11px;
      }

    }
    @media screen and (max-width: 470px) {

      .miniGroup, .brushGroup, .helper2 {
        display:none;
        }
      }

      @media screen and (min-width: 451px) {
        .onlySmallmin, .onlySmallmax, .legendAxisHelper1, .legendAxisHelper2 {
          display:none;
          }
        }

        @media screen and (min-width: 451px) {
          .onlySmallmin, .onlySmallmax, .legendAxisHelper1, .legendAxisHelper2 {
            display:none;
            }
          }

text.selected {
  font-weight:bold;
  cursor: default;
}


.buttontext {
  font-size:16.8px;
  color:#ffffff;
  text-align:center;
}

.btn-default {
  background-color:#47596b;
  font-family: 'OpenSans', sans-serif;
  color:#ffffff;
  height:112px;
  line-height:18px;
  white-space: normal;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.btn-default:hover, .btn-default:active, .btn-default:focus  {
        background-color:#90a1b1;
        border-color:white;
        outline:none;
}

.btn-default.active  {
        background-color:#90a1b1;
        outline:none;
}

@media screen and (max-width: 1200px) {
  i {
    font-size:25px;
    color:#ffffff;
    margin-left:0em;
    margin-right:0.2em;
  }
  .btn-default {
    height:122px;
    width:110px;
    white-space: normal;
    line-height:19px;

  }

}

@media screen and (max-width: 820px) {
  i {
    display:none;
  }
  .btn-default {
    height:50px;
    width:80px;
    white-space: normal;
    line-height:16px;
    padding:0.2em;

  }

 .buttontext {
   font-size:12px;
   padding:0px;
    }

  .btn-default br {
       display: none;
   }

}

.linePath.selected {
  stroke-width:3px;
  stroke:#285084;
}

.brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

.resize {
  display: inline !important; /* show when empty */
  fill: #7A7A7A;
  fill-opacity: 1;
  stroke: #7A7A7A;
  stroke-width: 2px;
}

.btn-group {
  margin-top:5px;
  margin-right:15px;
}

svg {
  display:block;
  margin-top:30px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}


  @media screen and (max-width: 450px) {
    svg {
  margin-top:20px;
  margin-bottom:20px;
 }
}
