body {
  margin: 0;
  padding: 0;
  height: 97vh;
  background-color: #36474e;
  overflow: auto;
}

a {
  cursor: pointer;
}

.border-invalid {
  border-right: 3px solid #e13939;
}

/*NAVBAR*/
.bg-nav-top {
  background-color: #36474e !important;
}

.menu-active {
  color: #26a3d7 !important;
  border-left: 5px solid #26a3d7;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: #304148;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #90999c;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav-active {
  color: #3aaec9;
  border-left: 5px solid #3aaec9;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


/*CHARTS / DASHBOARDS*/
.dash_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  #padding: 10px 17px;
  display: inline-block;
  background: #47555a;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.dash_title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  #line-height: 15px;
}

.dash_subtitle {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 12px;
  padding: 0;
}

.dash_legenda {
  color: #18826b;
  font-size: 18px;
  padding: 0;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.dash_green {
  background-color: #28d8b2;
  color: #ffffff;
}

.dash_pink {
  background-color: #ff6384;
  color: #ffffff;
}

.dash_title span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.x_content {
  padding: 0 3px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  /*margin-top: 70px;*/
}

.dash_total {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  margin: 0;
}


.dash_btn {
  color: #fff;
  font-weight: 500;
  padding: 2px;
}

.dash_btn_green_bg {
  background-color: #18826b;
}

.dash_btn_green_active {
  background-color: #28d8b2;
  border: 3px solid #18826b;
}


.dash_btn_dark_bg {
  background-color: #2b3336;
}

.dash_btn_dark_active {
  background-color: #47555a;
  border: 3px solid #2b3336;
}

.dash_btn_pink_bg {
  background-color: #993b4f;
}

.dash_btn_pink_active {
  background-color: #ff6384;
  border: 3px solid #993b4f;
}

.dash_btn_left {
  border-radius: 20px 0px 0px 20px;
}

.dash_btn_right {
  border-radius: 0px 20px 20px 0px;
}


.dash_list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 233px;
  margin: 0;
  padding: 0;
}

/*GAUGE META ATINGIFA*/
.gauge-ma {
  display: flex;
}

#CharMetaAtingida {
  margin: auto
}


/*CLASSE PARA FONTES*/
/*FONTE SIZE*/
.fs-0 {
  font-size: 10px;
}

.fs-1 {
  font-size: 12px;
}

.fs-2 {
  font-size: 14px;
}

.fs-3 {
  font-size: 16px;
}

.fs-4 {
  font-size: 18px;
}

.fs-5 {
  font-size: 20px;
}

/*FONTE COLOR*/
.fc-white {
  color: #fff !important;
}

.fc-dark {
  color: #000 !important;
}

.fc-silver {
  color: #7f7f7f !important;
}

.fc-blue {
  color: #36a2eb !important;
}

.fc-pink {
  color: #ff6384 !important;
}

/*FONT WEIGTH*/
.fw-2 {
  font-weight: 200;
}

.fw-4 {
  font-weight: 400;
}

.fw-6 {
  font-weight: 600;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}


/*MODAL*/
.a_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  /* display: none; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: #000000a8;
}


/*TOAST*/
.aToast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: #d75656;
  #background-color: #2c3e50;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.25rem;
  color: #fff;
}

/**FAB*/
.fab-share {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #2c3e50;
  text-decoration: none;
  border: 0px;
  color: aliceblue;
}

/*PROGRESS BAR ANIMATED
https://codepen.io/chriscoyier/pen/eYBOvJB
*/
.meter {
  box-sizing: content-box;
  height: 10px;
  /* Can be anything */
  position: absolute;
  width: 100%;
  top: 0;
  #margin: 60px 0 20px 0;
}

.meter > span {
  display: block;
  height: 100%;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  #box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 1s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}

.dark > span {
  background: #2c3e50;
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}

/*LOADING*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: aliceblue;
  background: url('../../../Source/Public/Images/load.gif') 50% 50% no-repeat #262524;
  background-position-y: bottom;
}

/*FULL CHART*/
.full-chart {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: aliceblue;
  background-color: #4f5e64;
  /*display: none;*/
}

.maximize-chart {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: aliceblue;
  background-color: #4f5e64;
  display: none;
}

.btn-flut {
  width: 50px;
  height: 50px;
  margin: 0;
  bottom: 30px;
  right: 30px;
  position: fixed;
  padding: 0;
}

.config-tv {
  width: 100%;
  height: 260px;
  margin: 0;
  background-color: #51646a;
  bottom: 0;
  padding: 20px;
  position: absolute;
  z-index: 999;
}

::-webkit-scrollbar-track {
  background-color: #36474e;
}

::-webkit-scrollbar {
  width: 6px;
  background: #36474e;
}

::-webkit-scrollbar-thumb {
  background: #dad7d7;
  border-radius: 10px;
}


@media screen and (max-width: 767px) {
  .dash_list {
    max-height: none;
  }

  .sidenav {
    text-align: left;
  }

  .tv-mode {
    display: none !important;
  }
}
