

#chartdiv {
  width: 100%;
  height: auto;
  margin-bottom:40px;
}
#chart-area {
  width: 100%;
  height: 400px;
}

.amChartsDataSetSelector
{
    font-size:14px;
    font-family:verdana,helvetica,arial,sans-serif;
    margin-bottom:20px;
    color:#333;
    display: none;
}
.amChartsDataSetSelector select{
  margin-right:15px;
}

.amChartsPeriodSelector
{
    font-size:12px;
    font-family:verdana,helvetica,arial,sans-serif;
    margin-bottom: 25px;
}
.amChartsPeriodSelector fieldset div{
  width:100%;
  float:none;
}
.amChartsPeriodSelector fieldset div input[type="button"]{
  width:calc(100% / 7);
  padding: 11px 10px;
  background: none!important;
  border-top:none!important;
  border-left:none!important;
  border-right:none!important;
  border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  margin:0px!important;
  float: left;
  display: block;
  box-sizing: border-box;
}
.amChartsButton {
  border-bottom: 3px solid #ccd6db!important;
  height: 40px;
}
.amChartsButtonSelected
{
  background:none;
  /*width:17.7%;*/
  border:none;
   border-bottom:3px solid #dd4839!important;
   color:#dd4839;
   outline: none;
   box-sizing: border-box;
}
.amChartsButtonSelected,.amChartsButton{
  
}
.amChartsButton
{
  background:none;
  /*width:17.7%;*/
  border:none;
  border-bottom:3px solid #ccd6db;
  margin:0;
  color:#2077b6;
   outline: none;
   box-sizing: border-box;
}

.amChartsCompareList
{
   border-style:solid;
   border-color:#CCCCCC;
   border-width:1px;
}

.amChartsCompareList div
{
   -webkit-box-sizing: initial;
   box-sizing: initial;
}

.amChartsInputField
{

}

.amChartsLegend
{

}

.amChartsPanel
{

}

#selector {
  width: 200px;
  float: left;
  margin-right: 15px;
}

#selector ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#selector li {
  cursor: pointer;
  margin: 0;
  padding: 5px 8px;
  background: #eee;
}

#selector li:hover, #selector li.selected {
  background: #ddd;
}

/*wp market*/
.wp .amChartsDataSetSelector{
  display:none;
}
.amcharts-chart-div a {
  display: none!important;
}
.graph_container {
  position: relative;
}
.amChartsLegend {
  display: none;
}
.amchart-tools {
  position: absolute;
  top:42px;
  right: 0;
  z-index:3;
  line-height: 28px;
}
.amchart-tools label {
    font-size:12px;
    position: relative;
    font-weight: 300;
    color: rgb(0, 0, 0);
    opacity:0.7;
    padding-left: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.amchart-tools label:before {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border:1px solid #ccc;
}
.amchart-tools input {
    position: absolute;
    left:-10000000px;
}
.amchart-tools input:checked + label:before {
    background: #295D97;
    border:1px solid #204D7F;
}