.bkg{
    width: 100%;
    background-size: 130% !important;
    background-repeat: no-repeat !important;
    height: 97%;
    background-position-y: 75% !important;
    position: absolute;
    top: 0;
    z-index: -1;
    animation-name: MOVE-BG;
    animation-duration: 40s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }

  @keyframes MOVE-BG {
    0% {
      background-position-x: 0px ;
    }
    50% {
      background-position-x: -100px ;
    }
    100% {
      background-position-x: 0px ;
    }
  }

  .box-login {
    background: rgb(23 19 24 / 43%);
    box-shadow: 3px 4px 5px -4px rgba(0,0,0,0.75);
    margin-top: 7em;
    position: relative;
    height: 54%;
    color: #fff;
    backdrop-filter: blur(7px);
    padding-top: 2em;
    padding-bottom: 14em;

  }

  @media only screen and (max-width: 767px) {
    .box-login {
        padding-bottom: 16em;
    }
  }

  .box-login label{
    color: #fff;
  }
  .box-login input{
    border-bottom: 1px #008781  solid;
  }
  .box-login input.invalid{
    border-bottom: 1px #008781  solid !important;
  }
  .box-login input.valid{
    border-bottom: 1px #008781  solid !important;
    box-shadow: 0 1px 0 0 #008781  !important;
  }
  .box-login input:focus{
    border-bottom: 1px #008781  solid !important;
    box-shadow: 0 1px 0 0 #008781  !important;
  }

  .btn:hover{
    background-color: #333;
    /* background-color: #f6ce5f; */
  }
  .btn{
    background-color: #008781 ;
  }

  .btn-link {
    color: #fff;
  }

  .btn-link:hover {
    color: #333;
    /* color: #f6ce5f; */
  }

  .titulo-login{
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  }

  .center {
    text-align: center;
  }

  .brand-logo{
    width: 75%;
    max-width: 320px;
  }

 .reverso {
    display: flex;
    align-items: center;
    justify-content: flex-end;
 }

 .laranja-branco {
    background: #008781 ;
    color: #fff;
 }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008781 ;
  border-color: #008781 ;
  
}

input, select, button {
  box-shadow: none !important
}

.card-body {
  padding-top: -5px;
}

.card-list {
  padding: 30px;
}

.campo-formulario {
  padding: 0px;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius: 0.5rem;
    margin: -20px 15px;
}
.icon-shape i {
    color: #fff;
    opacity: 0.8;
    top: 11px;
    position: relative;
}
.icon-shape .ni {
    top: 14px;
}

.card-sombra {

    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.icone-sombra {

    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.icone-cor {

    color: white;
}

.icone-padding {

    padding-top: 5px;
}

.spinner {

    position: relative;
    border: 8px solid rgba(0, 0, 0, .1);
    border-left-color: #22a6b3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 45%;
    top: 50%;
    animation: spin 1s linear infinite;
}

.spinner-container {

    opacity: .5;
    display: none;
}

@keyframes spin {

    to{transform: rotate(360deg);}
}

.card-background-color {

    background-color: #FAF9F9;
}

@media (min-width: 767px) {
  .paginacao {
    display: flex;
    justify-content: flex-end;
  }
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.container-informacoes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f5f7f2;
    background-clip: border-box;
}

.fonte-cor-laranja {

    color: rgb(247, 243, 241) !important;
    /* font-family: fantasy; */
    font-size: 1.3em;
}

.fixed-position {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.margin-top-container {
  margin-top: 65px;
}

.info-gerais {
    padding-top: 4%;
    padding-bottom: 4%;
}


.contador-sislar-disp {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.googleChartTitle {
  font: bold 12px Arial;
  text-align: center;
    position: absolute;
    width: 100%;
    /*padding-top: 5px;*/
  }

#preloaderChart {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20%;
}

.img-spinner {

    width: 6%;
}


  @media (min-width: 751px){
    .sicred-div {
      display: flex;
      justify-content: space-around;
    }
  }

  #img-spinner {
    width: 6%;
  }

  .preloaderChart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    height: 500px;
  }

  @media (max-width: 750px) {
    #columnchart_values{
      width: 100%;
    }
    #img-spinner {
      width: 12%;
    }

      .img-spinner {

          width: 12%;
      }

      #preloaderChart {

          height: 500px;
      }
  }


  .hr3 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #CCC, transparent);
  }

.picker {

    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    /*background-clip: padding-box;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.pc-element {

    background: #333 !important;
    /* background: #f6ce5f !important; */
}

.grafico-imagem {

    position: fixed;
    bottom: -100%;
    visibility: hidden;
}

#preloaderScreen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: rgba(1, 1, 1, 0.6);
  z-index: 999;
}

.googleBarChartTitle {
  font: bold 12px Arial;
  text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -100px;
    /*padding-top: 5px;*/
  }

.googleLegendLongChartTitle {
  font: bold 12px Arial;
  text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -50px;
    /*padding-top: 5px;*/
  }

.googleBarChartTitleCloser {
  font: bold 12px Arial;
  text-align: center;
  position: absolute;
  width: 100%;
  /*padding-top: 5px;*/
}

@media (min-width: 660px) {
  .googleBarChartTitleCloser {
    margin-top: 80px;
  }
}

/* cor branca ao texto quando nenhum gráfico está selecionado */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: white;
}

.btn-light{
  color: white !important;
}

.dropdown-item:active{
  background-color: #008781 !important;
}

button {
  border-color: #108484 !important;
}

@media(max-width: 440px) {
  .grafico-comparativo-alternando {
    flex-direction: column;
  }
}

.dashboard-card:hover {
  
  transform: scale(1.1);
}

.body-background {
  background-image: linear-gradient(#64a9a4 0%, rgba(181, 178, 172, 0.62)), url('/img/bkg.jpg');
  background-attachment: fixed;
  background-size: 130% !important;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position-y: 75% !important;
  position: absolute;
  top: 0;
  z-index: -1;
  animation-name: MOVE-BG;
  animation-duration: 40s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@media(max-width: 767px) {
  .responsive-menu-info-gerais {
    justify-content: space-between;
  }
}

@media(min-width: 768px) {
  .responsive-menu-info-gerais {
    justify-content: center;
  }
}