.item-legend-shape{
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0.1em;
  margin-right: 5px;
}

.shape-0 {
  background-color: rgba(0, 166, 217, 1);
}

.shape-1 {
  background-color: rgba(147, 25, 101, 1);
}

.shape-2 {
  background-color: rgba(255, 255, 255, 1);
}

.max-border span, .min-border span {
  position: absolute;
  left: 0.5%;
  font-weight: bold;
}

.min-border span {
  bottom: 1%;
}

#chart-legend {
  justify-content: flex-start !important;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 166, 217, 0.5);
  transform: translateX(42px);
  position: absolute;
  bottom: -8px;
}


.option-container {
  width: 99px;
  height: 25px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 166, 217, 0.5);
  border-radius: 50px;
  margin-bottom: 9px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.option-container img {
  padding-top: 6px;
  padding-right: 42px;
  padding-bottom: 5px;
  padding-left: 42px;
}

.option-container div {
  margin-top: 0px;
}

div.col-md-auto.graph-item:nth-child(1) {
  margin-top: 34px;
}

.option-container img {
  cursor: pointer;
}
.data-container{
  margin:0 3%;
}
.default .conso .value-container div:first-child{
  font-size: 22px!important;
}
.default .conso .value-container div div{
  font-size: 12px;
  display: flex;
  align-items:flex-end;
}
.conso .min-border{
  bottom: 4.6em;
  width: 94%;
  margin: 0 3%;
}

.line-two .label-bullet{
  height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 166, 217, 0.5);
  transform: translateX(0px);
  position: absolute;
  bottom: -8px;
}
#chartjs-tooltip{
  height:425px!important;
  bottom:25px;
}
.tooltip-inner{
  background-color:#065d78!important;
}
.bs-tooltip-top .arrow::before{
  border-top-color: #065d78!important;
}
.conso .legend-graph{
  margin-left:0!important;
  padding-left: 0!important;
}
.legend-data-label{
  width:100%!important;
  margin-left: 0!important;
}

.conso .icon-conso .label-bullet {
  width: 8px;
  height: 8px;
  min-width: 8px;
}

[role=tooltip] {
  top: 30px !important;
  height: 40px;
}

.conso [role=tooltip] .tooltip-container {
  width: 80px !important;
}

.conso [role=tooltip] .tooltip-container img {
  width: 20px;
  height: 20px;
  padding: 0px;
  z-index:50;
}
.conso [role=tooltip] .tooltip-container span{
  padding-top:0px;
  padding-right:0;
}


.label-close {
  height: 30px;
}

.label-close img{
  height: 30px;
  transform: scale(0.5);
  margin-right: 10px;
}

/* Mobile */
@media only screen and (max-width: 768px) {

  #legend-container > div:first-child {
    width: 60%;
    flex: 0 0 60%;
    display: inline-flex;
    margin: 0;
  }

  #legend-container > div:last-child {
    width: 40%;
    flex: 0 0 40%;
    display: inline-flex;
    text-align: right;
    margin: 0;
  }

  #chart-legend > div {
    padding-left: 20px;
  }

  #chart-legend {
    width: 100% !important;
    justify-content: unset;
  }

  #legend-container > div:last-child > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
    padding-right: 20px;
  }

  #legend-container #chart-legend .graph-item {
    display: flex;
    justify-content: space-between;
  }

  .legend-graph {
    padding: 0 0 15px 0 !important;
    border-bottom: solid 1px #979797;
  }


  /* Calendar */
  .min-border {
    bottom: 53px;
  }

  .max-border{
    display: none;
  }

  .input-arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
  }

  i {
    margin-left: -12px;
  }
  .option-container {
    width: 54px;
    height: 25px;
    border-radius: 100px;
    margin-bottom: 28px;
    display: none;
  }

  .option-container img{
    padding: 7px 16px;
  }

  .graph-legend-tooltip-0, .graph-legend-tooltip-1, .graph-legend-tooltip-2 {
    display: none;
  }
}
