.zoom {
  cursor: move;
  fill: none;
  pointer-events: all;
}


.dot:hover {
  r: 7;
}

.dots {
  clip-path: url(#clip);
}

.domain,
.tick line {
  stroke: rgba(255, 255, 255, 0.46);
}

.tick text {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  fill: #fff;
}

.selection {
  fill: rgb(255, 255, 255);
  stroke: #ffffff;
  stroke-width: 2px;
}

.axisLine {
  fill: none;
  shape-rendering: crispEdges;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px;
}

.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.d3-tooltip {
  position: absolute;
  min-height: 20px;
  min-width: 30px;
  padding: 6px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 14px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 5px;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  /*box-shadow: 0 0 5px rgb(255, 255, 255);*/
}

.d3-tooltip:before {
  border: 5px solid transparent;
  display: block;
  border-right-color: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
}

.d3-tooltip--right:before {
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

.legendChartContainer {
  display: inline-flex;
  color: white;
  font-size: 12pt;
  align-items: center;
  margin-right: 10px;
}

.chart_hideLegendChart {
  border-style: dashed !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  text-decoration: line-through;
}

.chart_legendElement {
  margin-top: 5px;
  cursor: pointer;
  transition: all ease 0.3s;
  border-bottom: 2px solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

.chart_legendElement:hover {
  border-top: 2px solid;
}

.chart_settingMenu{
  width: 100%;
  height: 85%;
}


.chart_settingLabel{
  display: inline-block;
  width: 100%;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 3px;
}


.chart_settingLabelMaxPoint {
  display: inline-block;
  width: 100%;
  font-size: 12pt;
  color: white;
  margin-top: 10px;
}

.chart_settingItemContainer {
  margin-bottom: 10px;
  min-width: 250px;
  max-width: 1000px;
  width: 30%;
  margin-right: 20px;
  outline: none;
}

.chart_settingHeading{
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20pt;
  margin-top: 10px;
  margin-bottom: 15px;
}

.chart_settingHeader{
  text-align: center;
  color: gold;
  font-weight: bold;
  font-size: 28pt;
  margin-top: 10px;
  margin-bottom: 15px;
}

.chart_settingCountPointContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 70%;
  overflow-y: auto;
}

.chart_settingBtnClose {
    width: 45px;
    height: 45px;
    position: absolute;
    margin-left: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed white;
    cursor: pointer;
    transition: ease-out 0.5s;
}
.chart_settingBtnClose:hover .chart_svgCloseSetting{
  fill: #c41e00;
}

.chart_settingBtnClose:hover {
  border-color: #c41e00;
  border-radius: 50%;
}

.chart_svgCloseSetting {
fill: white;
width: 70%;
height: 70%;
}

.chart_svgEmptyData {
  fill: white;
}

.chart_svgOpenSetting {
  fill: white;
  width: 90%;
  height: 90%;
}

.chart_settingBtn {
  width: 155px;
  height: 45px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: 2px solid whitesmoke;
  font-size: 16pt;
  color: white;
  cursor: pointer;
  transition: ease 0.5s;
  user-select: none;
}

.chart_settingBtnOk:hover{
  font-weight: bold;
  font-size: 18pt;
  border-color: #00ca00;
  color: #00ca00;
}

.chart_settingBtnCancel:hover{
  font-weight: bold;
  font-size: 18pt;
  border-color: #cf0303;
  color: #cf0303;
}

.chart_settingInputError {
    border-color: #dc0000;
    border-bottom-style: dashed;
}

.chart_legendContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.chart_buttonSetting {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  display: inline-block;
  cursor: pointer;
  transition: ease-out 0.5s;
}

.chart_buttonSetting:hover .chart_svgOpenSetting {
  fill: #d92719;
  transition: ease-out 0.5s;
}

.chart_settingAmountPoint {
  font-size: 14pt;
  display: flex;
  align-items: center;
  justify-content: center;
}

.char_settingInput{
  width: 100%;
}


.chart_emptyDataContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16pt;
}


.chart_textLoader{
  color: white;
  font-weight: bold;
  font-size: 14pt;
}

.Chart_Preloader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Chart_Loader {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d92719;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.Chart_Loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d92719;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.Chart_Loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color:#d92719;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.chart_legendElementSmall {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  cursor: pointer;
}

.chart_svgHideSmallLegend{
  fill: white;
  width: 100%;
  height: 100%;
}

.chart_settingBtnContainer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.chart_smallAxisXText .focus .axis--x .tick text {
    transform: rotate(30deg);
    text-anchor: start;
  }


/* * * * */
.chart_fullScreenChartContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url(../images/mainbackground.jpg) center center / cover no-repeat fixed;
}

.chart_fullScreenChart {
  width: 100% !important;
  height: 90% !important;
}


.chart_fullScreenDateContainer {
    display: flex;
    align-items: center;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    flex-wrap: wrap;
}


.chart_svgCloseFullScreen{
  fill: white;
  width: 70%;
  height: 70%;
}


.dx-datebox-wrapper-datetime{  
  z-index:9999999!important;  
}

.svgMorePointAlert {
  width: 25px;
  height: 25px;
  fill: #f40000;
}