
#modalCliGerYearlyWindow,
#modalCliGerMonthlyWindow{
  display: none;
}

#cliGerYearlyModalStationsname,
#cliGerMonthlyModalStationsname {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}

#closeModalCliGerYearlyModalBtn,
#closeModalCliGerMonthlyModalBtn{
  color: #cccccc;
  font-size: 30px;
  cursor: pointer;
}

#closeModalCliGerYearlyModalBtn:hover,
#closeModalCliGerMonthlyModalBtn:hover,
#closeModalCliGerYearlyModalBtn:focus,
#closeModalCliGerMonthlyModalBtn:focus{
  color: #000;
  cursor: pointer;
}



#modal_cliGerYearlySelect_year,
#modal_cliGerYearlySelect_period,
#modal_cliGerMonthlySelect_year,
#modal_cliGerMonthlySelect_period,
#modal_cliGerMonthlySelect_month{
  display: none;
  margin: 0px 0px 0px 10px;
  width: 80px;
}


#cli_modalChart_container{
  display: flex;
  flex-direction: row;
  width: calc(100% - 20px);
  height: calc(100% - 50px);
  padding: 0px 10px 10px 10px;
  
}

.cliGerYearlyChart,
.cliGerMonthlyChart{
  display: flex;
  height: 100%;
  width: 100%;
}



#cliGerYearlyModalParameter,
#cliGerMonthlyModalParameter{
  display: flex;
  width: 100%;
  height: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 500px){

  #cli_modalChart_container{
    flex-direction: column
  } 
  
}

@media only screen and (min-width: 1000px){

  #modal_cliGerYearlySelect_year,
  #modal_cliGerYearlySelect_period,
  #modal_cliGerMonthlySelect_year,
  #modal_cliGerMonthlySelect_period,
  #modal_cliGerMonthlySelect_month{
    width: 120px;
  }
}

@media only screen and (min-width: 2000px){

  #cliGerYearlyModalStationsname,
  #cliGerMonthlyModalStationsname {
    font-size: 36px;
  }
  
  #cliGerYearlyModalParameter,
  #cliGerMonthlyModalParameter{
    height: 45px;
    font-size: 24px;
  }
  
  #closeModalCliGerYearlyModalBtn,
  #closeModalCliGerMonthlyModalBtn{
    color: #cccccc;
    font-size: 48px;
    cursor: pointer;
  }
  
  #cli_modalChart_container{
    height: calc(100% - 50px);
  
  }
  
  #modal_cliGerYearlySelect_year,
  #modal_cliGerYearlySelect_period,
  #modal_cliGerMonthlySelect_year,
  #modal_cliGerMonthlySelect_period,
  #modal_cliGerMonthlySelect_month{
    width: 150px;
  }
}
}
