/*--------------------------------------------------------------
# IMAGEM BARRA
--------------------------------------------------------------*/
.img2 {
  vertical-align: middle;
  border-style: none;
  width: 150px;
}

.img3 {
  vertical-align: middle;
  border-style: none;
  width: 65px;
}

.rotacao {
  transform: rotate(0deg);
}

.mrg {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

#cross {
  height: 16px;

}

.imgicones22 {
  height: 22px;
}


.geral {
  background-color: #838383;
  color: white;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/
#headerTable {
  background-color: #02165B ;
  color: white;
}

/*--------------------------------------------------------------
# BUTTON
--------------------------------------------------------------*/
.butaodireita {
  float: right;
  background-color: #02165B;
  color: white;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #FFFFFF;
  padding: 0 0 10px 0;
  color: #464346;
  font-size: 14px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #464346;
}

#icon {
  color: black;
}

#textMain {
  font-size: 12px;
}

.fa {
  font-size: 28px;
}

.onoff input.toggle {
  display: none;
}

.onoff input.toggle+label {
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  height: 40px;
  width: 60px;
  border-radius: 30px;
  background: red;
}

.onoff input.toggle+label:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  background: rgba(19, 191, 17, 0);
  transition: 0.1s ease-in-out;
}

.onoff input.toggle+label:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0px;
  border-radius: 30px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.1s ease-in-out;
}

.onoff input.toggle:checked+label:before {
  width: 60px;
  background: #13bf11;
}

.onoff input.toggle:checked+label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #13bf11, 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dropdown-list.dropdown-menu {
  max-height: 500px;
  overflow-y: scroll;
  width: 30rem !important;
}



#informeListEstatistica {
  color: red;
  text-align: right;
  padding-right: 20px;
}

.quadrado-verde {
  background-color: rgb(9, 167, 56);
  width: 15px;
  height: 15px;
}

.quadrado-vermelho {
  background-color: rgb(209, 12, 12);
  width: 15px;
  height: 15px;
}


.img-carro-vistoria {
  position: relative;
}



.img-carro-vistoria:hover {
  transform: scale(1.2);
  border: 2px solid #333;
  z-index: 3;
}



.icone-pdf {
  color: #ff0000;
  /* Vermelho */
  font-size: 16px;
  margin: 5px;
  ;

}



.icon-size {
  font-size: 16px;
}

.aguardando-recebimento {
  background-color: #FFC107;
  /* Cor de fundo para Aguardando Recebimento */
  color: #000000;
  /* Cor do texto para Aguardando Recebimento */
}

.veiculo-recebido {
  background-color: #28A745;
  /* Cor de fundo para Veiculo Recebido */
  color: #FFFFFF;
  /* Cor do texto para Veiculo Recebido */
}


/* Listar de Movimentacões */
.recebidoMovimentacao {
  background-color: rgb(2, 92, 2);
  color: white;
  text-align: center;
}

.nao-recebidoMovimentacao {
  background-color: rgb(136, 10, 10);
  color: white;
  text-align: center;
}

/* modal estatistica-deprov */
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-item {
  flex: 1;
}

.middle-item {
  flex: 1;
  text-align: center;
}

.delete-icon {
  flex: 1;
  text-align: right;
  color: red;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  /* Linha horizontal */
}

.list-item span {
  margin-right: 10px;
}

.list-item a {
  margin-right: 10px;
}

.list-item .delete-icon {
  margin-right: 0;
}


/* // Spinner Carregando */
.loader {
  display: none;
  text-align: center;
  line-height: 86px;
  position: relative;
  padding: 0 48px;
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.fullscreen-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 2em;
  z-index: 1000;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: currentColor;
  position: absolute;
  animation: load .7s infinite alternate ease-in-out;
  top: 0;
}

.loader:after {
  top: auto;
  bottom: 0;
}

@keyframes load {
  0% {
    left: 0;
    height: 43px;
    width: 15px;
    transform: translateX(0);
  }

  50% {
    height: 10px;
    width: 40px;
  }

  100% {
    left: 100%;
    height: 43px;
    width: 15px;
    transform: translateX(-100%);
  }
}

.card-header {
  background-color: #02165B;
  color: white;
}

.sidebar {
    z-index: 1030 !important; 
}