.myCharts{
	margin-top: 20px;
}

.div-loader-bar{
    padding: 40px;
    transition: 0.2s;
}

.axis--y path{
      opacity: 0 !important;
      stroke: #0FCFCF;
  }

  .axis--x path{
    opacity: 0 !important;
}

  g text{
      font-size: 14px;
  }
  
  .dashed{
      stroke-dasharray: 3,5;
      opacity: 0.7 !important;
      z-index: 1;
      
  }

  .axis--y g line{
    stroke: #0FCFCF;
  }

  .axis--y .tick line{
      opacity: 1;
  }


  .axis--x g line{
    stroke: #0FCFCF;
  }
  
  .axis--x .tick line{
      opacity: 1;
  }
  
  
  #diagrams svg text{
      fill: #0fcfcf;
      font-size: 14px;
  }

.svg_silos text{
  fill: #ffffff !important;
}
  
.detail_text_svg, .text_number{
  fill: #fff !important;
}

.value_h6{
  font-size: 45px !important;
}

.value_unit, .text_number{
  font-size: 22px !important;
}  

  
  .dropdown {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }

  .dropdown a{
    margin: 0;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover{
    background: #e2e2e2;
  }
  
  .axis--y{
    display: none;
  }
  
  .line-measurement{
    display: none;
  }

  .show {
    display: block;
    }


.axis-label{
  font-size:  12px !important;
}