.frame_container {
  background-color: #07191d;
  margin: 20px;
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.home_card {
  background-color: #07191d;
  padding: 15px;
  height: 100%;
  border-radius: 2px;
  margin: 20px;
}

.home_card .card_title_container {
  height: 30px;
  width: 100%;
}

.home_card .card_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.card_consult-left {
  width: 22%;
  padding-top: 5px;
  margin-right: 10px;
  color: #fff;
}

.card_consult-right {
  width: 60%;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px 10px;
  color: #222;
  font-weight: bold;
  height: 15px;
}

.card_consult-select {
  background: #6ABC46;
  border: #6ABC46;
  border-radius: 10px;
  font-weight:bold;
  color: #222;
  text-transform: uppercase;
}

.card_consult-container {
  width: 30%;
  margin-left: 25px;
}

.period_fixed-actived {
  padding: 5px 10px;
  background: #ebebeb;
  color: #0b1e22;
  font-weight: bold;
  border-radius: 10px;
}

.period_fixed-desactived {
  color: #eaeaea;
  padding: 5px 10px;
  cursor: pointer;
}

/* -- BEGIN CIRCLE PERCENT ---  */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 15px;
}

.single-chart {
  width: 30%;
  justify-content: space-around;
  text-align: center;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 50%;
  max-height: 150px;
}

.circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #e67e22;
}
.color-orange {
  color: #e67e22 !important;
}
.bg-orange {
  background: #e67e22;
}

.circular-chart.green .circle {
  stroke: #27ae60;
}
.color-green {
  color: #27ae60 !important;
  
}
.bg-green {
  background: #27ae60;
}

.circular-chart.red .circle {
  stroke: #c0392b;
}
.color-red {
  color: #c0392b !important;
}
.bg-red {
  background: #c0392b;
}

.percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.circular-days {
  color: #434950;
  fill: #434950;
  font-family: sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  text-anchor: middle;
}

.circle-chart-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.progress-bar-text {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}

.progrss-bar-container {
  width:100%;
  background: rgba(0, 0, 0, 0.2);
  height: 10px;
}
.progrss-bar-content {
  height: 10px;
}

@media (max-width: 768px) {
  .single-chart {
    width: 100%;
  }  

  .flex-wrapper {
    display: flex;
    flex-flow: column wrap;
  }
  
}

.frame-sub-legend {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.alert_flag {
  border-radius: 10px;
  border: 2px solid #ED1968;
  background:  #ED1968;
  padding: 1px 3px;
}

.widget{
  margin-top: 20px;
  margin-left: 3%;
  height: 425px;
  padding: 25px;
  padding-bottom: 0px !important;
  border-radius: 10px;
  background-color: rgba(147, 203, 115, 0.07);
}

.widget-month{
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.widget-variavel{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.81;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.widget-container-var{
  width: 100px;
  height: 27px;
  border-radius: 10px;
  border: solid 1px;
  margin-top: 5px;
}

.widget-row{
  padding-bottom: 7px;
  border-bottom: 1px solid #ffffff;
  padding-right: 15%;
  padding-left: 8%;
}

.widget-row_fisico{
  padding-right: 12%;
  padding-left: 12%;
}

.widget-month-div{
  margin-bottom: 10px;
}

.widget-graphic{
  width: auto;
  height: 100%;
  border-radius: 7px;
  /*border: solid 1px;*/
}

.modalGraphicsCandlestick{
  width: 50%;
  height: auto;
  border-radius: 7px;
  overflow-x: hidden;
}

.widget-graphic-content1{
  width: 31px;
  height: 0%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: solid 1px;
  position: relative;
  /*bottom: -100%;*/
}

.widget-graphic-contentT1{
  width: 31px;
  height: 0%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: solid 1px;
  position: relative;
  bottom: 0;
}

.widget-graphic-content2{
  width: 31px;
  height: 0%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: solid 1px;
  position: relative;
  /*bottom: -100%;*/
}

.widget-graphic-contentT2{
  width: 31px;
  height: 0%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: solid 1px;
  position: relative;
  bottom: 0;
}

.widget-graphic-content3{
  width: 31px;
  height: 0%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: solid 1px;
  position: relative;
  /*bottom: -100%;*/
}

.widget-graphic-contentT3{
  width: 31px;
  height: 0%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: solid 1px;
  position: relative;
  bottom: 0;
}

/*.widget-graphic-content1:hover {
background: #86eb5b !important;
letter-spacing: 1px !important;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;

}

.widget-graphic-content2:hover {

  background: #0099ff !important;
  letter-spacing: 1px !important;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.4s ease 0s;
  
  }
  
  .widget-graphic-content3:hover {
   
    background: #ff9655 !important;
    letter-spacing: 1px !important;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    
    }
    */


  [tooltip]:before {
      content: attr(tooltip);
      position: absolute;
      opacity: 0;

      z-index: 99999; 
      padding: 8px;
      border-radius: 10px;
      transition: all 0.15s ease-in-out;
  }
  
  [tooltip]:hover:before {
      /* needed - do not touch */
      opacity: 0.8;
      
      /* customizable */
      background: #000000;
      margin-top: -30px;
      margin-left: 30px;    
  }
  
  [tooltip]:not([tooltip-persistent]):before {
      pointer-events: none;
  }