.chart[id^=chart_] {
  background: #f9f9f9;
  border: 1px solid #ececec;
  padding: 10px 35px 40px;
  border-radius: 5px;
  position: relative;
}

.chart[id^=chart_] .chart-notas, 
.chart[id^=chart_] .chart-notas p, 
.chart[id^=chart_] .chart-fonte, 
.chart[id^=chart_] .chart-fonte p {
  color: #969696;
  font-size: 12px;
  margin: 0;
}

.chart[id^=chart_] .chart-notas, 
.chart[id^=chart_] .chart-fonte {
  border-top: 1px solid #e2e0e0;
  padding: 10px 0 0;
  margin-top: 15px;
}

.chart[id^=chart_] .chart-container {
  margin: 25px 0 20px;
}

.chart[id^=chart_] .chart-title {
  font-weight: 700;
  margin: 0 0 18px;
}

.chart[id^=chart_] .loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.chart[id^=chart_] .chart-error {
    font-size: 13px;
    margin-bottom: -9px;
}

.chart[id^=chart_] .chart-zoomtip {
  font-size: 11px;
  margin: 10px 0 0;
  position: relative;
}

.chart[id^=chart_] .chart-zoomtip span {
  background: #efefef;
  padding: 9px 15px;
  display: inline-block;
  position: absolute;
  left: 47px;
  top: 35px;
  border-radius: 2px;
}


.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2386af;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

.chart-territorios, .chart-export {
  background: #ffffff;
  height: 32px;
  width: 40%;
  margin-right: 12px;
}

.select2-container {
  width: 40%;
  margin-right: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {  
  margin: 3px 3px 3px 0;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
