﻿.loadingDiv-parent {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background-color: rgba(78, 76, 76, 0.2);
}

.loadingDiv {
  position: fixed;
  text-align: center;
  top: 25%;
  left: 50%;
  z-index: 999999;
}

body {
  font-family: "Roboto", serif;
  color: rgb(102, 101, 101);
}
main {
  background-color: #e5e5e5;
}
.container-main {
  background-color: rgb(255, 255, 255);
  margin: 0px 30px 0px 10px;
  width: 98%;
  margin-top: -10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.container-buttons {
  padding: 10px 22px 10px 22px;
  width: 98%;
}

tspan {
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: red;
}

.nav-link-local {
  color: rgb(62, 58, 58);
}
.navbar-custom1 {
  background-color: #cb444b;
}

/* .menuButtonsMain{
    width: 291px;
    border: 1px solid red;
    height: 140px;
    color: black;

} 

@media ( max-width: 768px) {
    .menuButtonsMain > a {
        width: 350px;
    }
  } */

.container-buttons > .respond {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;

  color: black;
}

/* .flexSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
} */

@media (max-width: 768px) {
  .container-buttons > .respond {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .divShow > .respond {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 414px) {
  .container-buttons > .respond {
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
  }
  .divShow > .respond {
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
  }
}

.container-buttons::after {
  content: "";
  -webkit-box-flex: 1000000000;
  -ms-flex-positive: 1000000000;
  flex-grow: 1000000000;
}
.divShow ::after {
  content: "";
  -webkit-box-flex: 1000000000;
  -ms-flex-positive: 1000000000;
  flex-grow: 1000000000;
}

.container-buttons > .respond:hover {
  text-decoration: none;
  background-color: rgb(226, 226, 226);
}

/* .container-buttons > a:before{
  content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 4px);
	height: 100%;
	background: rgba(255, 255, 255, .1)

  } */

.chart-container {
  margin-left: 20px;
  margin-top: 20px;
}

.chart-div {
  height: 410px;
}

.dropdownAuto {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: -143px;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdownAuto:hover .dropdown-content {
  display: block;
}

.count-numbers {
  background-color: #cb444b;
  font-size: 14px;
  color: white;
  position: relative;
  padding: 0.2rem 6px;
  top: 0px;
  /*left: 190px;*/
  border-radius: 25px;
}

/* /////// */

svg {
  outline: none;
  /* position: absolute; */
  background: transparent;
  cursor: pointer;
  left: 10;
  top: 0;
  fill: none;

  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.lines {
  stroke: black;
  stroke-width: 0.0105rem;
}

svg:hover {
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #ddd;
  stroke-dashoffset: -480;
}

/* .menu-dropdown-toggle{
  float:inline-end;
} */

.transOut {
  position: relative;
  left: -1000px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.transIn {
  position: relative;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  left: 0;
  padding: 10px 22px 10px 42px;
}
#backButton {
  font-size: large;
  cursor: pointer;
}
#backButtonInner {
  font-size: large;
  cursor: pointer;
}
.divHide {
  display: none;
}
.divShow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}
.word-wrap {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.totalInflowPosition {
  margin-top: 30px;
}

#legend > label {
  cursor: pointer;
}
